32 lines
652 B
JSON
32 lines
652 B
JSON
|
{
|
||
|
"name": "twitch-bot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"axios": "^0.17.1",
|
||
|
"debug": "^3.1.0",
|
||
|
"dotenv": "^5.0.0",
|
||
|
"koa": "^2.4.1",
|
||
|
"koa-body": "^2.5.0",
|
||
|
"koa-ejs": "^4.1.0",
|
||
|
"koa-morgan": "^1.0.1",
|
||
|
"koa-mount": "^3.0.0",
|
||
|
"koa-router": "^7.4.0",
|
||
|
"koa-session2": "^2.2.5",
|
||
|
"koa-static": "^4.0.2",
|
||
|
"pg": "^7.4.1",
|
||
|
"request": "^2.83.0",
|
||
|
"ws": "^4.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"standard": "^10.0.3"
|
||
|
}
|
||
|
}
|