sandbox-node/postgraphile-so/package.json

22 lines
460 B
JSON

{
"name": "postgraphile",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0",
"dependencies": {
"dotenv": "16.4.5",
"express": "4.18.3",
"morgan": "1.10.0",
"postgraphile": "4.13.0"
},
"devDependencies": {
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
"nodemon": "3.1.0"
}
}