-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 KB
/
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": "fs-shadow-js",
"version": "1.0.11",
"description": "FS-Shadow Javascript",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "export NODE_ENV=test || SET \"NODE_ENV=test\" && mocha",
"testAll": "export NODE_ENV=test || SET \"NODE_ENV=test\" && mocha *_test.js",
"test:coverage": "export NODE_ENV=test || SET \"NODE_ENV=test\" && nyc --reporter=text mocha",
"test:coverageAll": "export NODE_ENV=test || SET \"NODE_ENV=test\" && nyc --reporter=text mocha *_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akdilsiz/fs-shadow-js.git"
},
"keywords": [
"fs",
"virtual",
"file-system"
],
"author": "Abdulkadir Dilsiz <https://github.com/akdilsiz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/akdilsiz/fs-shadow-js/issues"
},
"homepage": "https://github.com/akdilsiz/fs-shadow-js#readme",
"devDependencies": {
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"unit.js": "^2.1.1",
"js-sha256": "^0.11.0"
},
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"uuid": "^10.0.0"
}
}