{
  "name": "prisma-db-introspection",
  "version": "1.34.12",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "url": "https://github.com/graphcool/graphcool/tree/prisma-cli/cli/packages/prisma-db-introspection"
  },
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/fs-extra": "^5.0.0",
    "@types/jest": "^23.3.9",
    "@types/node": "^8.0.57",
    "@types/pg": "^7.4.6",
    "jest": "23.6.0",
    "mongodb-memory-server-global": "^5.1.0",
    "prettier": "1.14.3",
    "ts-jest": "^23.10.5",
    "tslint": "^5.6.0",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "@types/mongodb": "^3.1.14",
    "@types/mysql": "^2.15.5",
    "graphql-request": "^1.5.0",
    "lodash": "^4.17.4",
    "mongodb": "^3.1.10",
    "mysql": "^2.16.0",
    "pg": "^7.4.1",
    "pluralize": "^7.0.0",
    "prisma-datamodel": "1.34.12",
    "prisma-yml": "1.34.12",
    "scuid": "^1.0.2"
  },
  "scripts": {
    "test": "jest --runInBand --verbose=false || echo \"\"",
    "build": "tsc -d",
    "lint": "tslint src/**/*.ts",
    "precommit": "lint-staged",
    "prepublishOnly": "yarn build"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "helpers.ts",
      "connectionDetails.ts",
      "common.ts",
      "/data/",
      "dist"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
