All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql-nodejs-express-server.package.json.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{
  "name": "graphql-server",
  "version": "1.0.0",
  "description": "{{#appDescription}} {{{.}}} {{/appDescription}}",
  "main": "index.js",
  "scripts": {
    "start": "node start.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "latest",
    "graphql": "latest",
    "apollo-server-express": "latest",
    "graphql-combine": "latest",
    "lodash": "latest",
    "path": "latest"
  },
  "devDependencies": {
    "babel-register": "latest",
    "babel-preset-env": "latest"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy