-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.48 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.48 KB
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
{
"name": "questseditor",
"version": "1.0.0",
"description": "Quest editor. Part of the project ROG",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",
"package-win": "electron-packager . questSoft --overwrite --platform=win32 --arch=x64 --icon=assets/icons/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Quest Software\"",
"package-linux": "electron-packager . questSoft --overwrite --platform=linux --arch=x64 --icon=assets/icons/icon.png --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rems64/questsEditor.git"
},
"author": "Remy FAYET",
"license": "ISC",
"bugs": {
"url": "https://github.com/rems64/questsEditor/issues"
},
"homepage": "https://github.com/rems64/questsEditor#readme",
"dependencies": {
"@svgdotjs/svg.draggable.js": "^3.0.2",
"@svgdotjs/svg.js": "^3.0.16",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"jquery": "^3.5.0",
"shelljs": "^0.8.3",
"simple-git": "^1.131.0",
"svg.js": "^2.7.1",
"svgdom": "0.0.21"
},
"allowSyntheticDefaultImports": true,
"devDependencies": {
"electron": "^8.0.1",
"electron-packager": "^14.2.1"
}
}