Skip to content
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"//": "Dependencies required at runtime",
"dependencies": {
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
"@koa/router": "15.0.0",
"@koa/bodyparser": "6.0.0",
"@koa/router": "15.0.0",
"dotenv": "17.2.3",
"helmet": "8.1.0",
"koa": "3.1.1",
"koa-compress": "5.1.1",
"koa-helmet": "8.0.1",
"pg": "8.16.3",
"postgraphile": "4.14.1"
"postgraphile": "4.14.1",
"test": "^3.3.0"
},
"// build": "Dependencies required to build the project",
"devDependencies": {
Expand Down
Loading
Loading