gaoji/package.json

41 lines
926 B
JSON
Raw Normal View History

2020-07-23 19:15:46 +08:00
{
"name": "io.yutent.gaystat",
2020-07-27 14:07:38 +08:00
"version": "1.2.0",
2020-07-23 19:15:46 +08:00
"description": "搞基数据",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder",
"pack:mac": "electron-builder --mac"
},
"author": {
"name": "yutent",
"email": "yutent.io@gmail.com"
},
"homepage": "https://yutent.me",
"license": "MIT",
"build": {
2020-07-24 13:29:22 +08:00
"appId": "io.yutent.gaystat",
"productName": "gaystat",
2020-07-23 19:15:46 +08:00
"copyright": "Copyright © 2019 ${author}",
"directories": {
"buildResources": "icons",
"output": "build"
},
"files": ["src/**/*", "node_modules/iofs/*"],
"mac": {
"category": "public.app-category.developer-tools",
"target": "dmg",
"icon": "icons/app.icns",
"darkModeSupport": false
}
},
"devDependencies": {
"electron": "^9.0.0",
"electron-builder": "^22.0.0"
},
"dependencies": {
"iofs": "^1.3.2"
}
}