venmjs
Version:
This is a tool 🔧 that can be installed in your terminal at any time ⛏️ it was made for beginners and even for experts, for his utilities, and for a simple creation process 🧨. Every web developer knows how frustrating is to deal with the creation of a ne
26 lines (25 loc) • 554 B
JSON
{
"name": "graphql-template",
"version": "1.0.0",
"description": "graphql-template",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"serve": "nodemon server.js",
"format": "prettier server.js **/*.js --write"
},
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-graphql": "^0.8.0",
"graphql": "^14.0.2",
"mongoose": "^5.13.3"
},
"devDependencies": {
"nodemon": "^1.18.6",
"prettier": "^2.0.5"
}
}