{ "name": "mtfosbot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js 2>&1 | tee runtime.txt", "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", "dotenv": "^6.0.0", "koa": "^2.5.1", "koa-body": "^4.0.3", "koa-logger": "^3.2.0", "koa-router": "^7.4.0", "request": "^2.87.0" }, "devDependencies": { "standard": "^11.0.1" } }