-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
50 lines (50 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
{
"name": "loading...",
"version": "1.0.0",
"description": "Game and scripts.",
"main": "main.js",
"scripts": {
"start": "electron ./main.js --dev",
"watch": "nodemon -e ts --watch ./src/**/* --exec npm run build",
"build": "node build.mjs",
"doc": "webdoc -R README.md",
"compile": "compile.sh",
"copy": "copy-project.sh",
"run": "run.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RPG-Paper-Maker/Game.git"
},
"author": "Wano",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/RPG-Paper-Maker/Game/issues"
},
"homepage": "https://github.com/RPG-Paper-Maker/Game#readme",
"devDependencies": {
"@types/howler": "^2.2.1",
"electron": "9.4.0",
"nodemon": "^2.0.12",
"pixi-webdoc-template": "^1.1.4",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"build": {
"appId": "your.id"
},
"env": {
"ELECTRON_NO_ASAR": null
},
"dependencies": {
"@types/node": "^14.14.16",
"@types/three": "^0.130.1",
"@webdoc/cli": "^1.0.0",
"@webdoc/model": "1.1.3",
"@webdoc/template-library": "1.1.3",
"@webdoc/types": "1.1.3",
"howler": "^2.2.1",
"npm": "^7.20.3",
"three": "^0.131.3"
}
}