{
  "name": "prisma-cli-engine",
  "version": "1.34.12",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "author": "Tim Suchanek <tim@graph.cool>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/fs-extra": "^5.0.0",
    "@types/jest": "^20.0.8",
    "@types/lodash": "^4.14.77",
    "@types/node": "^8.0.22",
    "husky": "^1.2.0",
    "jest": "^23.6.0",
    "lint-staged": "^8.1.0",
    "nock": "^9.0.14",
    "prettier": "1.14.3",
    "rimraf": "^2.6.1",
    "ts-jest": "^23.10.5",
    "tslint": "^5.6.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.2.2",
    "watch-cli": "^0.2.3"
  },
  "scripts": {
    "build": "tsc -d",
    "lint": "tslint src/**/*.ts",
    "precommit": "lint-staged",
    "watch": "../../node_modules/.bin/watch -p 'src/**/*.*' -c 'yarn build'",
    "prettier": "prettier --single-quote --no-semi --trailing-comma all --write '*.ts' 'src/**/*.ts'",
    "prepublishOnly": "yarn build",
    "test": "npm run lint && jest"
  },
  "lint-staged": {
    "gitDir": "../../../"
  },
  "linters": {
    "*.ts": [
      "prettier --single-quote --no-semi --trailing-comma all --write",
      "tslint",
      "jest --findRelatedTests",
      "git add"
    ]
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ],
    "rootDir": "./src",
    "transform": {
      "^.+\\.(ts|tsx)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testMatch": [
      "**/*.test.(ts|js)"
    ],
    "setupFiles": [
      "../test/init.js"
    ],
    "globals": {
      "ts-jest": {
        "tsConfigFile": "./tsconfig.json"
      }
    }
  },
  "dependencies": {
    "@heroku/linewrap": "^1.0.0",
    "ansi-escapes": "^3.0.0",
    "ansi-styles": "^3.2.0",
    "cardinal": "^1.0.0",
    "chalk": "^2.3.0",
    "charm": "^1.0.2",
    "debug": "^3.1.0",
    "directory-tree": "2.2.1",
    "figures": "^2.0.0",
    "find-up": "^3.0.0",
    "fs-extra": "^7.0.0",
    "graphql": "^14.3.0",
    "graphql-request": "^1.5.0",
    "inquirer": "^6.2.0",
    "isomorphic-fetch": "^2.2.1",
    "jsonwebtoken": "^8.1.0",
    "klaw-sync": "^6.0.0",
    "lodash": "^4.17.4",
    "lodash.ary": "^4.1.1",
    "lodash.defaults": "^4.2.0",
    "lodash.flatten": "^4.4.0",
    "lodash.get": "^4.4.2",
    "lodash.groupby": "^4.6.0",
    "lodash.identity": "^3.0.0",
    "lodash.maxby": "4.x",
    "lodash.partial": "^4.2.1",
    "lodash.property": "^4.4.2",
    "lodash.result": "^4.5.2",
    "lodash.uniqby": "^4.7.0",
    "marked": "^0.5.1",
    "marked-terminal": "^3.1.1",
    "mkdirp": "^0.5.1",
    "opn": "^5.1.0",
    "prisma-json-schema": "0.1.3",
    "prisma-yml": "1.34.12",
    "raven": "2.6.4",
    "rwlockfile": "^1.4.8",
    "scuid": "^1.0.2",
    "serialize-error": "^3.0.0",
    "source-map-support": "^0.4.18",
    "string-similarity": "^1.2.0",
    "strip-ansi": "^4.0.0",
    "supports-color": "^4.4.0",
    "treeify": "^1.0.1",
    "update-notifier": "^2.3.0"
  }
}
