{
  "name": "themis-graphql",
  "version": "0.4.0-beta.1",
  "description": "GQL Data Aggregation CLI",
  "main": "./src/index.js",
  "module": "./src/index.js",
  "bin": {
    "red-gql": "index.js",
    "themis": "index.js"
  },
  "dependencies": {
    "@hapi/joi": "15.1.1",
    "apollo-errors": "1.9.0",
    "apollo-link": "1.2.13",
    "apollo-link-context": "1.0.19",
    "apollo-link-error": "1.1.12",
    "apollo-link-http": "1.5.16",
    "apollo-link-ws": "1.0.19",
    "apollo-server-express": "2.10.1",
    "body-parser": "1.19.0",
    "casual": "1.6.2",
    "commander": "4.1.1",
    "dotenv": "8.2.0",
    "express": "4.17.1",
    "express-nock": "0.1.1",
    "express-winston": "4.0.3",
    "fast-safe-stringify": "2.0.7",
    "graphql": "14.6.0",
    "graphql-tag": "2.10.3",
    "graphql-tools": "4.0.6",
    "graphql-voyager": "1.0.0-rc.29",
    "jest": "25.1.0",
    "jest-cli": "25.1.0",
    "jest-nock": "0.1.7",
    "json-stable-stringify": "^1.0.1",
    "mkdirp": "1.0.3",
    "nock": "12.0.0",
    "subscriptions-transport-ws": "0.9.16",
    "supertest": "4.0.2",
    "uuid": "3.4.0",
    "validate-npm-package-name": "3.0.0",
    "winston": "3.2.1",
    "ws": "7.2.1"
  },
  "devDependencies": {
    "apollo-cache-inmemory": "1.6.5",
    "apollo-client": "2.6.8",
    "apollo-utilities": "1.3.3",
    "babel-eslint": "10.0.3",
    "eslint": "6.8.0",
    "node-fetch": "2.6.0",
    "nodemon": "2.0.2",
    "prettier": "1.19.1",
    "request": "2.88.2",
    "request-promise-native": "1.0.8",
    "rimraf": "3.0.2"
  },
  "scripts": {
    "test": "jest --config test/config/jest.config.json",
    "test:coverage": "npm run test:integration -- --coverage",
    "lint": "yarn test:eslint",
    "test:eslint": "./node_modules/.bin/eslint --quiet '**/*.js'",
    "prettify": "prettier --write './src/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spring-media/themis-graphql.git"
  },
  "author": "Sebastian Herrlinger <sebastian.herrlinger@spring-media.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spring-media/themis-graphql/issues"
  },
  "homepage": "https://github.com/spring-media/themis-graphql#readme"
}
