Files
2024-09-30 15:32:50 +03:00

31 lines
688 B
JSON
Executable File

{
"name": "y",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.7.4",
"@graphql-tools/schema": "^10.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"graphql": "^16.7.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.14.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.1",
"mongoose-unique-validator": "^4.0.0",
"uuid": "^9.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}