加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
brucx 提交于 2018-02-02 21:31 . v1.0.0
{
"name": "mp-push",
"version": "1.0.0",
"description": "微信公众号推送服务",
"main": "server.js",
"author": "Bruce Xiong <xiongty@outlook.com>",
"license": "MIT",
"scripts": {
"fix": "standard --fix",
"test": "standard",
"start": "node server.js",
"dev": "nodemon server.js -- "
},
"dependencies": {
"body-parser": "^1.12.3",
"connect-timeout": "^1.7.0",
"express": "^4.12.3",
"leancloud-storage": "^3.0.0",
"leanengine": "^3.0.0",
"wechat": "^2.1.0",
"wechat-api": "^1.35.1"
},
"devDependencies": {
"nodemon": "*",
"standard": "^10.0.3"
},
"engines": {
"node": "9.x"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化