{
  "_args": [
    [
      "@prisma/sdk@2.27.0",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "@prisma/sdk@2.27.0",
  "_id": "@prisma/sdk@2.27.0",
  "_inBundle": false,
  "_integrity": "sha512-CywUaCIfCkE5bDPxJkiE7gBoSS4VsqX2QIswjXhDIDrdZ7W4T6dFQd7Ozin9aA6yvKCY6weh0E1Ck7H8MDA3/w==",
  "_location": "/@prisma/sdk",
  "_phantomChildren": {
    "ansi-styles": "4.3.0",
    "supports-color": "7.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@prisma/sdk@2.27.0",
    "name": "@prisma/sdk",
    "escapedName": "@prisma%2fsdk",
    "scope": "@prisma",
    "rawSpec": "2.27.0",
    "saveSpec": null,
    "fetchSpec": "2.27.0"
  },
  "_requiredBy": [
    "/typegraphql-prisma"
  ],
  "_resolved": "https://registry.npmjs.org/@prisma/sdk/-/sdk-2.27.0.tgz",
  "_spec": "2.27.0",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "Tim Suchanek",
    "email": "suchanek@prisma.io"
  },
  "bugs": {
    "url": "https://github.com/prisma/prisma/issues"
  },
  "dependencies": {
    "@prisma/debug": "2.27.0",
    "@prisma/engine-core": "2.27.0",
    "@prisma/engines": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb",
    "@prisma/fetch-engine": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb",
    "@prisma/generator-helper": "2.27.0",
    "@prisma/get-platform": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb",
    "@timsuchanek/copy": "^1.4.5",
    "archiver": "^4.0.0",
    "arg": "^5.0.0",
    "chalk": "4.1.1",
    "checkpoint-client": "1.1.20",
    "cli-truncate": "^2.1.0",
    "dotenv": "^10.0.0",
    "execa": "^5.0.0",
    "find-up": "5.0.0",
    "global-dirs": "^3.0.0",
    "globby": "^11.0.0",
    "has-yarn": "^2.1.0",
    "is-ci": "^3.0.0",
    "make-dir": "^3.0.2",
    "node-fetch": "2.6.1",
    "p-map": "^4.0.0",
    "read-pkg-up": "^7.0.1",
    "resolve": "^1.2.0",
    "rimraf": "^3.0.2",
    "shell-quote": "^1.7.2",
    "string-width": "^4.2.0",
    "strip-ansi": "6.0.0",
    "strip-indent": "3.0.0",
    "tar": "^6.0.1",
    "temp-dir": "^2.0.0",
    "temp-write": "^4.0.0",
    "tempy": "^1.0.0",
    "terminal-link": "^2.1.1",
    "tmp": "0.2.1"
  },
  "devDependencies": {
    "@types/jest": "26.0.24",
    "@types/node": "12.20.15",
    "@types/resolve": "1.20.1",
    "@types/shell-quote": "1.7.1",
    "@types/tar": "4.0.5",
    "@typescript-eslint/eslint-plugin": "4.28.2",
    "@typescript-eslint/parser": "4.28.2",
    "eslint": "7.30.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-jest": "24.3.6",
    "eslint-plugin-prettier": "3.4.0",
    "jest": "27.0.6",
    "lint-staged": "11.0.0",
    "prettier": "2.3.2",
    "ts-jest": "27.0.3",
    "ts-node": "10.0.0",
    "typescript": "4.3.5"
  },
  "files": [
    "README.md",
    "dist",
    "scripts"
  ],
  "homepage": "https://www.prisma.io",
  "license": "Apache-2.0",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "prettier --write"
    ]
  },
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "Tim Suchanek",
      "email": "suchanek@prisma.io"
    },
    {
      "name": "Joël Galeran",
      "email": "galeran@prisma.io"
    }
  ],
  "name": "@prisma/sdk",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/prisma/prisma.git"
  },
  "scripts": {
    "build": "tsc -d -p tsconfig.build.json",
    "format": "prettier --write .",
    "lint": "eslint --cache --fix --ext .ts .",
    "lint-ci": "eslint --ext .ts .",
    "precommit": "lint-staged",
    "test": "jest --verbose"
  },
  "types": "dist/index.d.ts",
  "version": "2.27.0"
}
