mtfosbot/package.json

24 lines
487 B
JSON

{
"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": {
"dotenv": "^6.0.0",
"koa": "^2.5.1",
"koa-body": "^4.0.3",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0"
},
"devDependencies": {
"standard": "^11.0.1"
}
}