mtfosbot/package.json

47 lines
1.1 KiB
JSON

{
"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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "JayChen",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"cron": "1.3.0",
"dotenv": "^6.0.0",
"gm": "^1.23.1",
"ioredis": "^3.2.2",
"kcors": "^2.2.2",
"koa": "^2.5.1",
"koa-body": "^4.0.3",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-session2": "github:otakukaze/koa-session2#master",
"lodash": "^4.17.10",
"module-alias": "^2.1.0",
"pg": "^7.4.3",
"raw-body": "^2.3.3",
"request": "^2.87.0",
"ws": "^5.2.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"standard": "^11.0.1"
},
"_moduleAliases": {
"@libs": "libs",
"@config": "config",
"@route": "route",
"@root": "."
}
}