forked from Level/rocksdb
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@nxtedition/rocksdb",
"version": "13.1.5",
"description": "A low-level Node.js RocksDB binding",
"license": "MIT",
"main": "index.js",
"scripts": {
"install": "node-gyp-build",
"test": "standard && (nyc -s tape test/*-test.js | faucet) && nyc report",
"test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t",
"prebuildify": "JOBS=8 prebuildify --napi --strip",
"rebuild": "JOBS=8 npm run install --build-from-source"
},
"dependencies": {
"abstract-level": "^1.0.2",
"catering": "^2.1.1",
"module-error": "^1.0.2",
"napi-macros": "~2.2.2",
"node-gyp-build": "^4.8.2",
"prebuildify": "^6.0.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@voxpelli/tsconfig": "^4.0.0",
"async-each": "^1.0.3",
"cross-env": "^7.0.3",
"delayed": "^2.0.0",
"dependency-check": "^4.1.0",
"du": "^1.0.0",
"faucet": "^0.0.3",
"glob": "^8.0.3",
"lru-cache": "^11.0.1",
"mitata": "^1.0.10",
"mkfiletree": "^2.0.0",
"node-gyp": "^10.2.0",
"nyc": "^15.0.0",
"readfiletree": "^1.0.0",
"rimraf": "^3.0.0",
"standard": "^17.1.2",
"tape": "^5.9.0",
"tempy": "^1.0.1"
},
"standard": {
"ignore": [
"deps/*"
]
},
"gypfile": true,
"engines": {
"node": ">=17.0.0"
}
}