-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·47 lines (47 loc) · 998 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@port-labs/jq-node-bindings",
"version": "v0.0.14",
"description": "Node.js bindings for JQ",
"jq-node-bindings": "0.0.14",
"main": "lib/index.js",
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"install": "node-gyp rebuild",
"prepack": "npm run test",
"test": "jest"
},
"keywords": [
"jq",
"binding"
],
"repository": {
"type": "git",
"url": "[email protected]:port-labs/jq-node-bindings.git"
},
"contributors": [
{
"name": "Daniel Sinai",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"bluebird": "^3.5.3",
"jest": "^29.0.5",
"jest-junit": "^15.0.0",
"jsdoc": "^4.0.3",
"jshint": "^2.13.6",
"mocha": "^10.2.0",
"node-gyp": "^10.2.0",
"prettier": "^2.5.1",
"toolkit-jsdoc": "^1.0.0"
},
"dependencies": {
"bindings": "^1.3.1",
"nan": "^2.20.0"
},
"engines": {
"node": ">=6.0.0"
}
}