-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 995 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
{
"name": "coloredlauncher",
"version": "1.0.0",
"description": "",
"main": "./.webpack/index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && electron . --trace-warnings",
"dev": "concurrently \"tsc -w\" \"electron . --trace-warnings\" "
},
"keywords": [],
"author": "Matthieu Witrowiez (github.com/D3adPlays)",
"license": "MIT (SEE LICENSE IN LICENSE FILE)",
"dependencies": {
"@types/chokidar": "^2.1.3",
"@types/download": "^8.0.2",
"@types/toastify-js": "^1.11.1",
"@xmcl/core": "^2.11.1",
"@xmcl/user": "^3.0.0",
"axios": "^1.3.5",
"chokidar": "^3.5.3",
"download": "^8.0.0",
"electron": "^24.1.2",
"electron-log": "^4.4.8",
"electron-updater": "^5.3.0",
"md5-file": "^5.0.0",
"node-fetch": "^3.3.1",
"toastify-js": "^1.12.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/spark-md5": "^3.0.2",
"concurrently": "^8.0.1",
"electron-reload": "^2.0.0-alpha.1"
}
}