Last active
January 15, 2022 15:56
-
-
Save neerajkumar161/ab7d08a2a26c733e561d144c9fecd9b6 to your computer and use it in GitHub Desktop.
Package.json after installing dependencies and adding start script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "node-graphql-curd", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "pm2 start server.js --watch" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@graphql-tools/load-files": "^6.5.3", | |
"@graphql-tools/merge": "^8.2.1", | |
"@graphql-tools/schema": "^8.3.1", | |
"@types/config": "0.0.41", | |
"apollo-server-core": "^3.5.0", | |
"apollo-server-express": "^3.5.0", | |
"config": "^3.3.6", | |
"express": "^4.17.2", | |
"graphql": "^16.2.0", | |
"graphql-tools": "^8.2.0", | |
"mongoose": "^6.1.3", | |
"pm2": "^5.1.2", | |
"typescript": "^4.5.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment