-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
{
"name": "nodegui-experiment",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "qode --inspect src/main.js",
"dev": "nodemon -e js --ignore dist/ --ignore node_modules/ --exec npm start",
"build": "webpack --config webpack.config.js",
"package": "nodegui-packer --pack dist",
"patch": "cd node_modules/@nodegui/packer && patch scripts/setupBinaries.js ../../../nodegui-packer.patch && rm deps/linuxdeployqt && npm run postinstall",
"test": "echo \"No test. Only talent. \" && exit 0"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nodegui/nodegui": "^0.69.0",
"debug": "^4.3.4",
"dogecoin-spv": "github:ShibeTechnology/dogecoin-spv-node#v0.6.2",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.4",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@nodegui/packer": "^1.5.0",
"copy-webpack-plugin": "^12.0.2",
"file-loader": "^6.2.0",
"node-loader": "^2.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}