04_GraphQLAPI_Melvyn/package.json

22 lines
427 B
JSON

{
"name": "week-4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@apollo/server": "^5.5.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"graphql": "^16.14.2",
"pg": "^8.23.0"
}
}