加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
wzh656 提交于 2022-07-27 13:02 . computer
{
"name": "4d-gobang",
"version": "5.0.0",
"description": "Combine Innovation with Brain Burning, Experience the Distinctive Art of Gobang",
"main": "index.js",
"scripts": {
"test": "electron .",
"pack-online": "electron-packager . 4D-Gobang --platform=win32 --arch=ia32 --out=./out/online --asar --icon=img/icon.ico --app-version=5.0.0 --overwrite --ignore=.git -ignore=./out/ --ignore=manifest.json --ignore=privacy-policy.html --ignore=unlock.html --electron-version 11.0.3 --registry=https://registry.npm.taobao.org/",
"pack-free": "electron-packager . 4D-Gobang --platform=win32 --arch=ia32 --out=./out/free --asar --icon=img/icon.ico --app-version=5.0.0 --overwrite --ignore=.git -ignore=./out/ --ignore=manifest.json --ignore=privacy-policy.html --ignore=rooms.html --ignore=online_2D.html --ignore=online_3D.html --ignore=online_4D.html --electron-version 11.0.3 --registry=https://registry.npm.taobao.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wzh656/gobang.git"
},
"keywords": [
"gobang",
"chess",
"game",
"4d"
],
"author": "wzh656",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wzh656/gobang/issues"
},
"homepage": "https://github.com/wzh656/gobang#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化