-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "ledgerpackage",
"version": "1.0.0",
"description": "Package nan of C++ test library",
"main": "index.js",
"scripts": {
"test": "tape testjs/*.test.js",
"gypinstall": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --verbose",
"prebuild-upload": "prebuild --all --strip --verbose --upload",
"gypclean": "node-gyp clean",
"gypconfig": "node-gyp configure",
"gypbuild": "node-gyp build",
"gypbuildd": "node-gyp build --debug",
"clean": "rimraf build node_modules prebuilds",
"distclean": "npm run clean",
"gypconfigx": "node-gyp configure -- -f xcode",
"lint": "eslint *.js"
},
"author": "Bellakrid",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bindings": "^1.3.0",
"electron": "^1.8.2",
"electron-builder": "^20.0.4",
"electron-rebuild": "^1.7.3",
"nan": "^2.6.2",
"prebuild-install": "^2.2.2"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"node-gyp": "^3.6.2",
"prebuild": "^6.2.2",
"rimraf": "^2.5.3",
"tape": "^4.8.0"
},
"gypfile": true
}