v1/Server/package.json
2017-12-29 10:12:54 -06:00

38 lines
929 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "standard && node index.js",
"fix": "standard --fix",
"dev": "pm2 start index.js --watch",
"pm2": "pm2"
},
"dependencies": {
"chalk": "^2.3.0",
"discord.js": "^11.2.1",
"dotenv": "^4.0.0",
"erlpack": "github:discordapp/erlpack",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"glob": "^7.1.2",
"immutable": "^3.8.2",
"koa": "^2.4.1",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.0",
"koa-send": "^4.1.2",
"koa-session": "^5.5.1",
"koa-compress": "^2.0.0",
"koa-static": "^4.0.2",
"ksuid": "^0.4.0",
"lru-cache": "^4.1.1",
"pg": "^7.4.0",
"pg-hstore": "^2.3.2",
"pm2": "^2.9.1",
"sequelize": "^4.28.6",
"socket.io": "^2.0.4",
"superagent": "^3.8.2",
"uuid": "^3.1.0",
"uws": "^9.14.0"
}
}