-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "fusive-app",
"version": "0.10.6",
"author": "Jayex Designs",
"description": "Client's App For Playing Media On Stream",
"license": "ISC",
"main": "src/index.js",
"scripts": {
"dev": "electron src/index.js",
"build": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fusive/client.git"
},
"bugs": {
"url": "https://github.com/Fusive/client/issues"
},
"homepage": "https://github.com/Fusive/client#readme",
"devDependencies": {
"electron": "^13.1.9",
"electron-builder": "^22.11.7",
"electron-reload": "^2.0.0-alpha.1"
},
"build": {
"appId": "com.fusive.app",
"productName": "Fusive App",
"target": "portable",
"icon": "./assets/icons/win/256x256.ico",
"directories": {
"output": "build"
}
},
"dependencies": {
"cors": "^2.8.5",
"electron-fetch": "^1.7.4",
"express": "^4.17.1"
}
}