{
  "name": "@brandom/ts-elasticsearch",
  "version": "1.4.0",
  "license": "MIT",
  "description": "Elasticsearch decorated by TypeScript",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandom/node-ts-elasticsearch"
  },
  "keywords": [
    "elasticsearch",
    "typescript",
    "decorator"
  ],
  "pre-commit": [
    "lint"
  ],
  "scripts": {
    "build": "tsc  -p tsconfig.json",
    "lint": "tslint -c ./tslint.json -p ./tsconfig.json -t verbose",
    "start": "echo 'Not runable' && exit 1",
    "test": "jest --silent=false --config=jest.json",
    "coverage": "npm test --coverage"
  },
  "devDependencies": {
    "@gojob/tslint-config": "^1.0.0",
    "@types/elasticsearch": "^5.0.35",
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.7",
    "coveralls": "^3.0.6",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.1.0",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "@elastic/elasticsearch": "^7.3.0",
    "reflect-metadata": "^0.1.13"
  }
}
