ShadowEditor/utils/electron/package.json
2020-06-16 21:44:48 +08:00

26 lines
872 B
JSON

{
"name": "shadow-editor-desktop",
"version": "0.0.1",
"description": "Cross-platform 3D scene editor based on three.js, golang and mongodb.",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-packager . ShadowEditor --platform=win32 --arch=x64 --icon=favicon.ico --out=./out --app-version=0.0.1 --overwrite --no-prune --ignore=node_modules --electron-version 9.0.4",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tengge1/ShadowEditor.git"
},
"author": "tengge",
"license": "MIT",
"bugs": {
"url": "https://github.com/tengge1/ShadowEditor/issues"
},
"homepage": "https://github.com/tengge1/ShadowEditor#readme",
"devDependencies": {
"electron": "^9.0.4",
"electron-packager": "^14.2.1"
},
"dependencies": {}
}