{
  "name": "gram",
  "version": "3.0.1",
  "description": "",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && tsc --p ./tsconfig.build.json",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "dev": "npm run test:watch",
    "prepare": "npm run snyk-protect; npm run build",
    "test": "npm run test:coverage",
    "test-only": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "semantic-release": "semantic-release",
    "snyk-protect": "snyk protect"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raynode/gram.git"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "pretty-quick --staged",
      "tslint --fix",
      "git add"
    ]
  },
  "keywords": [],
  "author": "Tobias Kopelke <nox@raynode.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/raynode/gram/issues"
  },
  "homepage": "https://github.com/raynode/gram/src/gram#readme",
  "dependencies": {
    "@saeris/graphql-scalars": "^1.3.3",
    "@types/graphql-type-json": "^0.3.0",
    "graphql-subscriptions": "^1.1.0",
    "graphql-tools": "^4.0.5",
    "graphql-type-json": "^0.3.0",
    "inflection": "^1.12.0",
    "lodash": "^4.17.15",
    "snyk": "^1.208.0"
  },
  "peerDependencies": {
    "graphql": "^14.4.2"
  },
  "devDependencies": {
    "@types/graphql": "^14.2.3",
    "@types/inflection": "^1.5.28",
    "@types/jest": "^24.0.16",
    "@types/lodash": "^4.14.136",
    "@types/uuid": "^3.4.5",
    "coveralls": "^3.0.5",
    "graphql": "^14.4.2",
    "graphql-tag": "^2.10.1",
    "husky": "^3.0.2",
    "jest": "^24.8.0",
    "lint-staged": "^9.2.1",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.1",
    "rimraf": "^3.0.0",
    "semantic-release": "^15.13.19",
    "subscriptions-transport-ws": "^0.9.16",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "snyk": true
}
