{
  "name": "@authereum/graphql",
  "version": "0.1.9",
  "description": "",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "directories": {},
  "scripts": {
    "test": "jest",
    "dev": "tsc --watch",
    "build": "npm run build:types && tsc",
    "clean": "rimraf dist",
    "lint": "tslint --fix -c tslint.json src/*.ts",
    "publish-module": "npm publish --tag beta --access public",
    "dist-tag": "npm dist-tag add \"@authereum/graphql@$(jq -r .version <package.json)\" latest",
    "bump": "lerna-sync-version",
    "release": "npm run clean && npm test && npm run publish-module && npm run dist-tag",
    "bump-release": "npm run bump && npm run release",
    "prepare": "npm run lint && npm run build",
    "schema": "cp ../backend/src/graphql/gql/schema.gql data/schema.gql",
    "build:types": "graphql-codegen -c codegen.yml",
    "types": "npm run schema && npm run build:types"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "apollo-fetch": "0.7.0",
    "graphql": "14.6.0",
    "graphql-tag": "2.10.1"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "1.13.2",
    "@graphql-codegen/typescript": "1.13.2",
    "@graphql-codegen/typescript-resolvers": "1.13.2",
    "@types/jest": "25.2.1",
    "@typescript-eslint/eslint-plugin": "1.9.0",
    "@typescript-eslint/parser": "2.31.0",
    "jest": "26.0.1",
    "lerna-sync-version": "0.0.3",
    "rimraf": "3.0.2",
    "standard": "12.0.1",
    "ts-jest": "25.5.1",
    "tsify": "4.0.1",
    "tslint": "5.18.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "3.7.2"
  },
  "standard": {
    "globals": [
      "test",
      "describe",
      "expect",
      "it"
    ],
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint/eslint-plugin"
    ]
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  }
}
