-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
{
"name": "realtime-coin-wallet",
"version": "1.0.1",
"description": "Tool to show coinbase portfolio price in the menu bar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akump/coinbase-api.git"
},
"author": "Andrew Kump",
"license": "ISC",
"bugs": {
"url": "https://github.com/akump/coinbase-api/issues"
},
"homepage": "https://github.com/akump/coinbase-api#readme",
"dependencies": {
"coinbase": "^2.0.8"
},
"devDependencies": {
"electron": "13.4.0",
"electron-builder": "^22.11.7"
},
"build": {
"appId": "com.coinbase.app"
}
}