csdb-ng/server/package.json
idolpx 22a6904638
Add files via upload
Add resolvers, globals and server script
2022-06-14 11:38:53 -05:00

17 lines
368 B
JSON

{
"name": "csdb-ng",
"version": "1.0.0",
"description": "CSDb-ng GraphQL Server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mon": "nodemon ./server.js localhost 3000"
},
"author": "Jaime Idolpx",
"license": "MIT",
"dependencies": {
"apollo-server": "^3.7.0",
"graphql": "^16.5.0"
}
}