-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 977 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
35
36
37
38
39
40
41
42
{
"name": "livetool",
"version": "1.0.0",
"description": "Clantu LiveTool",
"main": "main/index.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "com.clantu.livetool",
"mac": {
"icon": "public/icon.icns",
"category": "public.app-category.developer-tools"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clunt/livetool.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Clunt/livetool/issues"
},
"homepage": "https://github.com/Clunt/livetool#readme",
"devDependencies": {
"electron": "^13.1.6",
"electron-builder": "^22.11.7"
},
"dependencies": {
"NeteaseCloudMusicApi": "^4.0.16",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"electron-store": "^8.0.0",
"express": "^4.17.1",
"get-port": "^5.1.1",
"ws": "^7.5.3"
}
}