mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
first sync
This commit is contained in:
parent
5d6f382c8a
commit
a4acc441ea
52 changed files with 28315 additions and 0 deletions
40
Server/package.json
Normal file
40
Server/package.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"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",
|
||||
"commander": "^2.12.2",
|
||||
"discord.js": "^11.2.1",
|
||||
"dotenv": "^4.0.0",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"eventemitter3": "^3.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"immutable": "^3.8.2",
|
||||
"inquirer": "^4.0.1",
|
||||
"koa": "^2.4.1",
|
||||
"koa-better-router": "^2.1.1",
|
||||
"koa-bodyparser": "^4.2.0",
|
||||
"koa-passport": "^4.0.1",
|
||||
"koa-session": "^5.5.1",
|
||||
"ksuid": "^0.4.0",
|
||||
"passport-discord": "^0.1.3",
|
||||
"passport-oauth2-refresh": "^1.0.0",
|
||||
"pg": "^7.4.0",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"pm2": "^2.8.0",
|
||||
"sequelize": "^4.25.1",
|
||||
"socket.io": "^2.0.4",
|
||||
"standard": "^10.0.3",
|
||||
"superagent": "^3.8.1",
|
||||
"uuid": "^3.1.0",
|
||||
"uws": "^9.14.0",
|
||||
"yargs": "^10.0.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue