{
  "name": "prisma-cli-core",
  "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/aws-lambda": "^0.0.17",
    "@types/fs-extra": "^5.0.0",
    "@types/graphql": "14.2.0",
    "@types/node": "^8.0.22",
    "@types/semver": "^5.5.0",
    "faker": "^4.1.0",
    "graphql-tools": "^4.0.3",
    "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"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "build": "rimraf dist && tsc -d && scripts/cp-assets.sh",
    "watch": "../../node_modules/.bin/watch -p 'src/**/*.*' -c 'yarn build'",
    "lint": "tslint src/**/*.ts",
    "precommit": "lint-staged",
    "prettier": "prettier --single-quote --no-semi --trailing-comma all --write '*.ts' 'src/**/*.ts'",
    "prepublishOnly": "yarn build",
    "test": "NODE_ENV=test jest"
  },
  "linters": {
    "*.ts": [
      "prettier --single-quote --no-semi --trailing-comma all --write",
      "tslint",
      "jest --findRelatedTests",
      "git add"
    ]
  },
  "lint-staged": {
    "gitDir": "../../../"
  },
  "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": {
    "@types/express": "^4.16.1",
    "adm-zip": "^0.4.7",
    "archiver": "^2.0.3",
    "callsites": "^2.0.0",
    "chalk": "^2.3.0",
    "clipboardy": "^1.2.3",
    "cross-spawn": "^5.1.0",
    "express": "^4.16.3",
    "express-request-proxy": "^2.0.0",
    "figures": "^2.0.0",
    "fs-extra": "^7.0.0",
    "globby": "^8.0.1",
    "graphql": "^14.3.0",
    "graphql-config": "2.2.1",
    "graphql-config-extension-prisma": "0.2.5",
    "graphql-playground-middleware-express": "^1.6.2",
    "inquirer": "^6.2.0",
    "js-yaml": "^3.9.1",
    "lodash": "^4.17.4",
    "lodash.differenceby": "^4.8.0",
    "mongodb": "^3.1.10",
    "multimatch": "^2.1.0",
    "mysql": "^2.16.0",
    "node-forge": "^0.7.1",
    "npm-run": "4.1.2",
    "opn": "^5.1.0",
    "prisma-client-lib": "1.34.12",
    "prisma-datamodel": "1.34.12",
    "prisma-db-introspection": "1.34.12",
    "prisma-generate-schema": "1.34.12",
    "prisma-yml": "1.34.12",
    "scuid": "^1.0.2",
    "semver": "^5.6.0",
    "sillyname": "^0.1.0",
    "source-map-support": "^0.4.18",
    "table": "^4.0.1"
  }
}
