mtfosbot/package.json

32 lines
712 B
JSON
Raw 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-06-25 10:07:10 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "JayChen",
"license": "ISC",
"dependencies": {
"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",
"koa-router": "^7.4.0",
"pg": "^7.4.3",
"raw-body": "^2.3.3",
"request": "^2.87.0"
2018-06-25 10:07:10 +00:00
},
"devDependencies": {
"standard": "^11.0.1"
}
}