-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "electron-touch-bar-stock-tw",
"version": "1.0.0",
"description": "Demo Electron app(tw stock) with Mac touch bar ",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": "https://github.com/dean9703111/touch_bar_stock_tw.git",
"author": "Dean",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"twse-stock-prices": "^1.0.7"
},
"devDependencies": {
"electron": "^1.6.6",
"electron-builder": "^22.6.0",
"twse-stock-prices": "^1.0.7"
},
"build": {
"appId": "com.dean.electron_stock_tw",
"productName": "electron_stock_tw",
"directories": {
"output": "build"
},
"mac": {
"icon": "icons/logo.png"
}
}
}