-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
40
41
{
"name": "stonecutter-electron",
"version": "0.1.1",
"description": "An extensible IDE for Minecraft datapacks",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"pack": "electron-builder --dir",
"make": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3174N/stonecutter-electron.git"
},
"author": "3174N <[email protected]>",
"contributors": [
"Sol Fisher Romanoff <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/3174N/stonecutter-electron/issues"
},
"homepage": "https://stonecutter.org/",
"dependencies": {
"debug": "^4.3.1",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"async": "^3.2.0",
"electron": "11.3.0",
"electron-builder": "^22.10.5",
"fs-temp": "^1.2.1",
"is-my-json-valid": "^2.20.5",
"less": "^4.1.1",
"parse-color": "^1.0.0"
},
"config": {
"prettier": "./prettier.config.js"
}
}