-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1013 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
{
"name": "interval-manager",
"version": "1.0.4",
"description": "Interval Manager for handling graceful shutdown",
"main": "index.js",
"scripts": {
"test": "node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=cobertura --test-reporter-destination=cobertura-coverage.xml --test ./tests/index.test.js"
},
"keywords": [
"interval",
"manager",
"graceful",
"shutdown",
"close",
"exit"
],
"author": "Vasilii Krasikov <[email protected]> (bacebu4)",
"license": "MIT",
"repository": "git+https://github.com/bacebu4/interval-manager.git",
"bugs": {
"url": "https://github.com/bacebu4/interval-manager/issues"
},
"homepage": "https://github.com/bacebu4/interval-manager#readme",
"devDependencies": {
"@reporters/github": "^1.7.0",
"@types/node": "^20.12.7",
"cobertura": "^1.0.1",
"jsdoc-to-markdown": "^8.0.1"
}
}