sandbox-node/postgraphile/package.json

20 lines
380 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",
"postgraphile": "4.13.0"
},
"devDependencies": {
"nodemon": "3.1.0"
}
}