加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
wechatu 提交于 2021-01-06 12:58 . Update package.json
{
"name": "myactions",
"version": "1.0.0",
"description": "sign everything",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazs34/MyActions.git"
},
"keywords": [
"sign"
],
"author": "sazs",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazs34/MyActions/issues"
},
"homepage": "https://github.com/sazs34/MyActions#readme",
"dependencies": {
"request": "^2.88.2",
"request-promise": "^4.2.5",
"crypto-js": "^4.0.0",
"got": "^11.5.1",
"http-server": "^0.12.3",
"node-schedule": "^1.3.2",
"tough-cookie": "^4.0.0",
"tunnel": "0.0.6",
"axios": "0.20.0",
"download": "^8.0.0",
"node-cron": "2.0.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化