73 lines
1.3 KiB
JSON
73 lines
1.3 KiB
JSON
{
|
|
"name": "Blockbench",
|
|
"description": "Minecraft Block Model Editor",
|
|
"version": "1.11.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "JannisX11",
|
|
"email": "info@blockbench.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JannisX11/blockbench"
|
|
},
|
|
"main": "main.js",
|
|
"build": {
|
|
"appId": "blockbench",
|
|
"mac": {
|
|
"category": "macOS.application"
|
|
},
|
|
"files": [
|
|
"assets/",
|
|
"build/",
|
|
"css/",
|
|
"font/",
|
|
"js",
|
|
"main.js",
|
|
"index.html",
|
|
"package.json",
|
|
"favicon.png",
|
|
"icon.icns",
|
|
"icon.ico",
|
|
"icon.png"
|
|
],
|
|
"dmg": {
|
|
"contents": [
|
|
{
|
|
"x": 130,
|
|
"y": 220
|
|
},
|
|
{
|
|
"x": 410,
|
|
"y": 220,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"win": {
|
|
"target": "nsis"
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
"AppImage",
|
|
"deb"
|
|
],
|
|
"category": ""
|
|
}
|
|
},
|
|
"mac": {
|
|
"target": "dmg"
|
|
},
|
|
"scripts": {
|
|
"pack": "build --dir",
|
|
"dist": "build --publish onTagOrDraft"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.4.1",
|
|
"electron": "^1.8.4",
|
|
"electron-winstaller": "^2.5.2",
|
|
"electron-builder": "^20.6.2"
|
|
}
|
|
}
|