-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 Bytes
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": "arena",
"version": "2.1.5",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"packager": "electron-packager ./ Arena --out ./build --electron-version ^11.3.0 --overwrite --icon=./favicon.ico",
"dist": "electron-builder --win --x64"
},
"author": "",
"license": "ISC",
"dependencies": {
"electron-find": "^1.0.6",
"electron-packager": "^15.1.0",
"draggabilly": "^2.2.0"
},
"devDependencies": {
"electron": "^11.3.0",
"electron-find": "^1.0.6",
"electron-packager": "^15.2.0"
},
"keywords": [],
"description": "Arena 一款轻量级的 JS 编辑器",
"build": {
"productName": "Arena",
"appId": "com.Arean.app",
"copyright": "Juantu",
"directories": {
"output": "build"
},
"win": {
"icon": "./favicon.ico"
}
}
}