-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 982 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
{
"name": "batchdelcache",
"version": "1.0.1",
"description": "batch delete module cache in node safely",
"main": "batchdelcache.js",
"types": "batchdelcache.d.ts",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"benchmark": "node ./benchmarks/benchmarks.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoCoreNode/batchdelcache.git"
},
"author": "cxtom([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoCoreNode/batchdelcache/issues"
},
"homepage": "https://github.com/NoCoreNode/batchdelcache#readme",
"dependencies": {
"callsite": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chalk": "^4.1.0",
"coveralls": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^8.0.1",
"modern-syslog": "^1.2.0"
}
}