sandbox-node/postgraphile-heady/package.json

25 lines
519 B
JSON

{
"name": "postgraphile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.3",
"pg": "8.11.3",
"postgraphile": "4.13.0"
},
"devDependencies": {
"dotenv": "16.4.5",
"nodemon": "3.1.0"
}
}