Files
2022-03-09 22:16:51 +02:00

18 lines
297 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^3.6.3",
"graphql": "^16.3.0",
"uuid": "^8.3.2"
}
}