-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 927 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
{
"name": "nurkel",
"version": "0.0.10",
"description": "Liburkel bindings for node.js",
"license": "MIT",
"repository": "git://github.com/nodech/nurkel.git",
"homepage": "https://github.com/nodech/nurkel",
"bugs": {
"url": "https://github.com/nodech/nurkel/issues"
},
"main": "lib/index",
"scripts": {
"install": "node-gyp rebuild",
"lint": "eslint lib/ test/",
"test": "npm run test-gc",
"test-gc": "node --expose-gc ./node_modules/.bin/bmocha --reporter spec test/*test.js",
"test-file": "node --expose-gc ./node_modules/.bin/bmocha --reporter spec"
},
"author": "Nodari Chkuaselidze <[email protected]>",
"devDependencies": {
"bmocha": "^2.1.6"
},
"engines": {
"node": ">=14.0.0"
},
"gypfile": true,
"dependencies": {
"bfile": "^0.2.2",
"bsert": "^0.0.10",
"buffer-map": "^0.0.7",
"loady": "^0.0.5",
"urkel": "^1.0.2"
}
}