UNPKG

@prisma/sdk

Version:
95 lines 2.63 kB
{ "name": "@prisma/sdk", "version": "3.15.1", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/sdk" }, "homepage": "https://www.prisma.io", "author": "Tim Suchanek <suchanek@prisma.io>", "maintainers": [ "Joël Galeran <galeran@prisma.io>", "Pierre-Antoine Mills <mills@prisma.io>", "Alexey Orlenko <orlenko@prisma.io>" ], "bugs": "https://github.com/prisma/prisma/issues", "license": "Apache-2.0", "files": [ "README.md", "dist", "scripts" ], "devDependencies": { "@swc/core": "1.2.189", "@swc/jest": "0.2.21", "@types/jest": "28.1.0", "@types/node": "12.20.51", "@types/resolve": "1.20.2", "@types/shell-quote": "1.7.1", "@types/tar": "6.1.1", "esbuild": "0.14.39", "jest": "28.1.0", "jest-junit": "13.2.0", "mock-stdin": "1.0.0", "ts-node": "10.8.0", "typescript": "4.7.2", "yarn": "1.22.18" }, "dependencies": { "@prisma/debug": "3.15.1", "@prisma/engine-core": "3.15.1", "@prisma/engines": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e", "@prisma/fetch-engine": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e", "@prisma/generator-helper": "3.15.1", "@prisma/get-platform": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e", "@timsuchanek/copy": "1.4.5", "archiver": "5.3.1", "arg": "5.0.1", "chalk": "4.1.2", "checkpoint-client": "1.1.21", "cli-truncate": "2.1.0", "dotenv": "16.0.1", "escape-string-regexp": "4.0.0", "execa": "5.1.1", "find-up": "5.0.0", "fp-ts": "2.12.1", "fs-jetpack": "4.3.1", "global-dirs": "3.0.0", "globby": "11.1.0", "has-yarn": "2.1.0", "is-ci": "3.0.1", "is-windows": "^1.0.2", "is-wsl": "^2.2.0", "make-dir": "3.1.0", "new-github-issue-url": "0.2.1", "node-fetch": "2.6.7", "open": "7", "ora": "5.4.1", "p-map": "4.0.0", "prompts": "2.4.2", "read-pkg-up": "7.0.1", "replace-string": "3.1.0", "resolve": "1.22.0", "rimraf": "3.0.2", "shell-quote": "1.7.3", "string-width": "4.2.3", "strip-ansi": "6.0.1", "strip-indent": "3.0.0", "tar": "6.1.11", "temp-dir": "2.0.0", "temp-write": "4.0.0", "tempy": "1.0.1", "terminal-link": "2.1.1", "tmp": "0.2.1", "ts-pattern": "^4.0.1" }, "sideEffects": false, "scripts": { "dev": "DEV=true node -r esbuild-register helpers/build.ts", "build": "node -r esbuild-register helpers/build.ts", "test": "jest --verbose" } }