-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "task-duration-logger",
"version": "1.0.0",
"description": "A lightweight utility to log process durations, track average times, and estimate remaining time for tasks. Ideal for monitoring the performance of batch operations or long-running processes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"duration",
"time",
"log",
"tracker",
"performance",
"timing",
"average",
"task",
"process",
"estimate",
"metrics",
"execution",
"logger",
"performance-logger",
"time-tracker",
"batch-processing",
"task-duration",
"timing-utility",
"node",
"typescript"
],
"author": "Binya",
"license": "MIT",
"devDependencies": {
"typescript": "^5.6.2"
}
}