加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json.nw 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
王立帮 提交于 2024-04-26 00:46 . Update package.json.nw
{
"name": "Mixly2.0",
"version": "2.0.0",
"description": "Mixly,A Visual Program IDE for K12",
"repository": "",
"node-main": "./static-server/server.js",
"main": "http://localhost:7000",
"node-remote": "http://localhost:7000",
"scripts": {
"start": "nw .",
"build:nw:win:x64": "build --tasks win-x64 --mirror https://npmmirror.com/mirrors/nwjs/ .",
"build:nw:linux:x64": "build --tasks linux-x64 --mirror https://npmmirror.com/mirrors/nwjs/ .",
"build:nw:mac:x64": "build --tasks mac-x64 --mirror https://npmmirror.com/mirrors/nwjs/ ."
},
"window": {
"icon": "files/mixly_uncompressed.ico",
"position": "center"
},
"keywords": [
"NW.js",
"server"
],
"author": "Mixly TEAM",
"license": "other",
"build": {
"nwVersion": "0.60.0"
},
"devDependencies": {
"nw": "0.60.0-sdk",
"nwjs-builder-phoenix": "^1.15.0"
},
"dependencies": {
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.0",
"express": "^4.18.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化