mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "@roleypoly/server",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"start": "node lib/index.js",
|
|
"precommit": "lint-staged",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"dotenv": "^8.0.0",
|
|
"eventemitter3": "^3.1.2",
|
|
"fnv-plus": "^1.2.12",
|
|
"glob": "^7.1.4",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"keygrip": "^1.1.0",
|
|
"koa": "^2.7.0",
|
|
"koa-better-router": "^2.1.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-session": "^5.12.0",
|
|
"kompression": "richard-riverford/kompression#0d4480c",
|
|
"ksuid": "^1.2.0",
|
|
"lru-cache": "^5.1.1",
|
|
"moniker": "^0.1.2",
|
|
"nanoid": "^2.0.3",
|
|
"pg": "^7.11.0",
|
|
"pg-hstore": "^2.3.3",
|
|
"sequelize": "^5.8.7",
|
|
"superagent": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@roleypoly/types": "^2.0.0",
|
|
"@types/koa": "^2.0.48",
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/nanoid": "^2.0.0",
|
|
"chokidar": "^3.0.1",
|
|
"lint-staged": "^8.1.7",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|