{
  "name": "graphql-compose-elasticsearch",
  "version": "5.2.3",
  "description": "Elastic search via GraphQL",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "module": "mjs/index.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodkz/graphql-compose-elasticsearch.git"
  },
  "keywords": [
    "graphql",
    "elastic",
    "elasticsearch",
    "graphql-compose"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodkz/graphql-compose-elasticsearch/issues"
  },
  "homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme",
  "dependencies": {
    "dox": "^0.9.0"
  },
  "peerDependencies": {
    "elasticsearch": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0",
    "graphql-compose": "^7.0.4 || ^8.0.0 || ^9.0.0"
  },
  "devDependencies": {
    "@types/elasticsearch": "5.0.38",
    "@types/express": "4.17.13",
    "@types/jest": "27.0.2",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "elasticsearch": "16.7.2",
    "eslint": "7.32.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.24.2",
    "eslint-plugin-prettier": "4.0.0",
    "express": "^4.17.1",
    "express-graphql": "0.12.0",
    "graphql": "15.6.1",
    "graphql-compose": "9.0.3",
    "jest": "27.2.4",
    "nodemon": "2.0.13",
    "npm-run-all": "^4.1.5",
    "prettier": "2.4.1",
    "rimraf": "3.0.2",
    "semantic-release": "17.4.7",
    "ts-jest": "27.0.5",
    "ts-node": "10.2.1",
    "ts-node-dev": "1.1.8",
    "typescript": "4.4.3"
  },
  "scripts": {
    "build": "rimraf lib && tsc -p ./tsconfig.build.json",
    "dev": "npm run demo1",
    "demo1": "yarn demo1:seed && ts-node-dev ./examples/elastic56/index.ts",
    "demo1:seed": "ts-node ./examples/elastic56/seedData.ts",
    "demo2": "ts-node-dev ./examples/differentVersions/index.ts",
    "watch": "jest --watch",
    "coverage": "jest --coverage",
    "lint": "eslint --ext .ts ./src",
    "test": "npm run coverage && npm run lint",
    "semantic-release": "semantic-release",
    "docker": "npm run docker:v5",
    "docker:v2": "node ./scripts/docker/start 2 & wait",
    "docker:v5": "node ./scripts/docker/start 5 & wait"
  }
}
