This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
53
54
55
56
57
58
59
60
{
"name": "smart-sweeper",
"productName": "SmartSweeper",
"version": "1.0.0",
"description": "Sweeper application for SmartCash cryptocurrency to allow easy retrieval of gift funds.",
"homepage": "http://smartsweeper.cc",
"author": "Swiftlet Technology, LLC",
"keywords": [
"smartcash"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/swiftlettech/smart-sweeper.git"
},
"bugs": "https://github.com/swiftlettech/smart-sweeper/issues",
"scripts": {
"start": "electron .",
"build": "node packager.js",
"pack": "electron-builder --dir",
"dist": "electron-builder build --x64 --ia32"
},
"build": {
"files": [
"**/*"
],
"appId": "smart-sweeper.app",
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"win": {
"target": "nsis"
}
},
"dependencies": {
"bitcoin": "^3.0.1",
"delayed-call": "^1.0.15",
"devtron": "^1.4.0",
"dialog": "^0.3.1",
"electron-debug": "^1.5.0",
"electron-is-dev": "^0.3.0",
"electron-store": "^1.3.0",
"electron-unhandled": "^1.1.0",
"electron-util": "^0.6.0",
"exp-config": "^2.0.1",
"is-online": "^7.0.0",
"melanke-watchjs": "^1.4.3",
"node-smartcash": "^1.1.1",
"ps-node": "^0.1.6",
"request": "^2.88.0",
"smartcashjs-lib": "^3.3.4",
"winston": "^3.0.0"
},
"devDependencies": {
"electron": "^1.8.8",
"electron-builder": "^20.22.1",
"electron-packager": "^12.1.0"
}
}