代码拉取完成,页面将自动刷新
同步操作将从 张祎韡/BlockPi 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "blockpi",
"version": "1.2.1",
"description": "A visual programming editor for Raspberry Pi",
"main": "BlockPi/main.js",
"scripts": {
"build:blocks": "gulp build-blocks",
"build:generator": "gulp build-python",
"start": "electron .",
"dist:win": "electron-builder --win",
"dist:linux": "electron-builder --linux",
"postinstall": "electron-builder install-app-deps"
},
"author": {
"name": "Zhang Yiwei",
"email": "alienzhangyw@live.cn"
},
"homepage": "https://github.com/alienzhangyw/BlockPi",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/alienzhangyw/BlockPi.git"
},
"devDependencies": {
"electron": "^17.0.0",
"electron-builder": "^22.14.13",
"electron-reload": "^1.5.0",
"fs": "0.0.1-security",
"google-closure-compiler": "^20210202.0.0",
"google-closure-deps": "^20210106.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"rimraf": "^3.0.2",
"yargs": "^16.2.0"
},
"dependencies": {
"electron-updater": "^4.6.5",
"iconv-lite": "^0.6.2"
},
"build": {
"appId": "com.github.alienzhangyw.blockpi",
"productName": "BlockPi",
"copyright": "Copyright © 2019-2022 ${author}",
"directories": {
"buildResources": "build",
"output": "dist"
},
"files": [
"BlockPi/**/*"
],
"publish": [
{
"provider": "github",
"owner": "alienzhangyw",
"repo": "BlockPi"
}
],
"win": {
"target": "nsis"
},
"nsis": {
"oneClick": true,
"createDesktopShortcut": true,
"deleteAppDataOnUninstall": true
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": "armv7l"
},
{
"target": "deb",
"arch": ["armv7l", "arm64"]
}
],
"category": "Development"
},
"appImage": {
"license": "build/LICENSE.txt"
},
"deb": {
"fpm": [
"--architecture=all",
"--before-install=build/requirements.sh"
],
"depends": [
"python3",
"gconf2",
"gconf-service",
"libnotify4",
"libxtst6",
"libnss3",
"python3-gpiozero",
"sense-hat",
"python3-sense-emu",
"sense-emu-tools",
"python3-picamera"
]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。