mtfosbot/package.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-06-25 10:07:10 +00:00
{
"name": "mtfosbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js 2>&1 | tee runtime.txt",
"dbtool": "node bin/dbtool",
"dbrun": "npm run dbtool && npm start",
2018-08-17 14:39:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
2018-06-25 10:07:10 +00:00
},
"keywords": [],
"author": "JayChen",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
2018-09-13 16:00:54 +00:00
"bcrypt": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
2018-08-26 10:11:27 +00:00
"cron": "1.3.0",
2018-06-25 10:07:10 +00:00
"dotenv": "^6.0.0",
2018-07-13 08:07:49 +00:00
"gm": "^1.23.1",
2018-07-18 16:40:07 +00:00
"ioredis": "^3.2.2",
2018-08-17 14:52:41 +00:00
"kcors": "^2.2.2",
2018-06-25 10:07:10 +00:00
"koa": "^2.5.1",
"koa-body": "^4.0.3",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
2018-08-12 15:31:09 +00:00
"koa-session2": "github:otakukaze/koa-session2#master",
2018-07-20 16:46:01 +00:00
"lodash": "^4.17.10",
2018-07-13 05:30:54 +00:00
"module-alias": "^2.1.0",
"pg": "^7.4.3",
"raw-body": "^2.3.3",
2018-07-03 02:27:24 +00:00
"request": "^2.87.0",
2018-07-15 16:51:18 +00:00
"ws": "^5.2.2",
2018-07-03 02:27:24 +00:00
"xml2js": "^0.4.19"
2018-06-25 10:07:10 +00:00
},
"devDependencies": {
"standard": "^11.0.1"
2018-07-13 05:30:54 +00:00
},
"_moduleAliases": {
"@libs": "libs",
"@config": "config",
2018-07-18 16:40:07 +00:00
"@route": "route",
"@root": "."
2018-06-25 10:07:10 +00:00
}
}