当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Gj 提交于 2017-10-07 15:25 . 报表
{
"name": "fx_api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ts-node bin/www.ts",
"local": "npm run dev --hahah",
"dev": " cross-env NODE_ENV=dev nodemon -x ts-node bin/www.ts ",
"debug": "nodemon -x ts-node --debug bin/run.ts",
"build": " tsc",
"kill": "ps aux | grep [t]s-node | awk '{print $2}' | xargs kill -9 ",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/typescript": "^2.0.0",
"axios": "^0.16.2",
"debug": "^2.6.3",
"dingtalk-app": "^1.1.2",
"jsonwebtoken": "^7.4.1",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.2.2",
"koa-log4": "^2.2.1",
"koa-logger": "^2.0.1",
"koa-multer": "^1.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.2.0",
"koa-session": "^5.1.0",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"mongoose": "^4.11.5",
"mysql": "^2.13.0",
"node-schedule": "^1.2.5",
"node-xlsx": "^0.11.0",
"pug": "^2.0.0-rc.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"require": "^2.4.20",
"sequelize": "^3.30.4",
"tedious": "^2.0.0"
},
"devDependencies": {
"@types/koa": "0.0.0",
"@types/koa-jwt": "^3.2.0",
"@types/koa-router": "^7.0.22",
"@types/mongoose": "^4.6.2",
"@types/node": "0.0.2",
"@types/nodemailer": "^1.3.32",
"@types/request": "0.0.39",
"@types/request-promise": "^4.1.33",
"@types/sequelize": "^4.0.58",
"cross-env": "^5.0.1",
"nodemon": "^1.11.0",
"ts-node": "^3.0.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化