加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 852 Bytes
一键复制 编辑 原始数据 按行查看 历史
玖叁. 提交于 2021-12-14 20:29 . pkg一下
{
"name": "fkicve",
"version": "0.0.1",
"description": "F**k ICVE!!!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "pkg -t win app.js -o dist\\app-win-x64.exe && pkg -t linux app.js -o dist\\app-linux-x64 && pkg -t macos app.js -o dist\\app-macos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colour93/fkicve.git"
},
"keywords": [
"icve",
"zhijiaoyun",
"职教云"
],
"author": "colour93",
"license": "ISC",
"bugs": {
"url": "https://github.com/colour93/fkicve/issues"
},
"homepage": "https://github.com/colour93/fkicve#readme",
"dependencies": {
"axios": "^0.24.0",
"qs": "^6.10.2"
},
"nodemonConfig": {
"ignore": [
"config.json"
]
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化