{ "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" } }