{
  "name": "typeorm-hasura",
  "version": "0.0.24",
  "description": "",
  "keywords": [
    "hasura",
    "typeorm"
  ],
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist",
    "src",
    "docs",
    "LICENSE",
    "README.md"
  ],
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/utyfua/typeorm-hasura.git"
  },
  "bugs": {
    "url": "https://github.com/utyfua/typeorm-hasura/issues"
  },
  "scripts": {
    "prepublish": "run-s build",
    "prebuild": "rimraf -g dist/*",
    "build": "tsc --module commonjs",
    "pretest": "run-s build",
    "test": "jest",
    "test:watch": "jest --watch",
    "play:gen": "npx env-cmd --silent npx typeorm-ts-node-commonjs migration:generate ./dev-playground/migration/next -d ./dev-playground/data-source.ts",
    "play:up": "npx env-cmd --silent npx typeorm-ts-node-commonjs migration:run -d ./dev-playground/data-source.ts",
    "play:down": "npx env-cmd --silent npx typeorm-ts-node-commonjs migration:revert -d ./dev-playground/data-source.ts",
    "play:start": "npx env-cmd --silent ts-node dev-playground/index.ts",
    "play:hasura:apply": "npx env-cmd --silent ts-node dev-playground/hasura.ts"
  },
  "author": {
    "name": "Utyfua",
    "email": "utyfua@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^1.3.5",
    "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-tag": "^2.0.0",
    "hasura-metadata-types": "^2.22.1",
    "lodash-es": "^4.18.1"
  },
  "peerDependencies": {
    "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-tag": "^2.0.0",
    "hasura-metadata-types": "^2.22.1",
    "typeorm": "^0.3.0 || ^1.0.0 || >=1.0.0-nightly.0 <1.0.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^18.14.0",
    "env-cmd": "^10.1.0",
    "jest": "^29.5.0",
    "npm-run-all": "^4.1.5",
    "pg": "^8.10.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typeorm": "^0.3.14",
    "typescript": "^5.9.3"
  }
}
