forked from 3174N/stonecutter-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 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": "stonecutter-electron",
"version": "0.1.0",
"description": "A text editor for mcfunction",
"main": "main.js",
"scripts": {
"test": "mocha",
"start": "electron main.js",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3174N/stonecutter-electron.git"
},
"author": "3174N and SFR",
"license": "MIT",
"bugs": {
"url": "https://github.com/3174N/stonecutter-electron/issues"
},
"homepage": "https://stonecutter.org/",
"dependencies": {
"electron-mocha": "^10.0.0",
"jquery": "^3.5.1",
"js-yaml": "^4.0.0",
"xvfb": "^0.4.0",
"xvfb-maybe": "^0.2.1"
},
"devDependencies": {
"electron": "11.1.1",
"electron-builder": "^22.9.1",
"less": "^4.1.0",
"mocha": "^8.2.1",
"spectron": "^13.0.0"
}
}