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",
|
2018-06-26 16:59:53 +00:00
|
|
|
"dbtool": "node bin/dbtool",
|
|
|
|
"dbrun": "npm run dbtool && npm start",
|
2018-06-25 10:07:10 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "JayChen",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-06-26 10:04:19 +00:00
|
|
|
"axios": "^0.18.0",
|
|
|
|
"cheerio": "^1.0.0-rc.2",
|
|
|
|
"cron": "^1.3.0",
|
2018-06-25 10:07:10 +00:00
|
|
|
"dotenv": "^6.0.0",
|
|
|
|
"koa": "^2.5.1",
|
|
|
|
"koa-body": "^4.0.3",
|
|
|
|
"koa-logger": "^3.2.0",
|
2018-06-26 10:04:19 +00:00
|
|
|
"koa-router": "^7.4.0",
|
2018-06-26 16:59:53 +00:00
|
|
|
"pg": "^7.4.3",
|
|
|
|
"raw-body": "^2.3.3",
|
2018-06-26 10:04:19 +00:00
|
|
|
"request": "^2.87.0"
|
2018-06-25 10:07:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"standard": "^11.0.1"
|
|
|
|
}
|
|
|
|
}
|