UNPKG

prisma

Version:

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

140 lines 4.07 kB
{ "name": "@prisma/client", "version": "3.2.0-dev.36", "description": "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports MySQL, PostgreSQL, MariaDB, SQLite databases.", "keywords": [ "orm", "prisma2", "prisma", "client", "query", "database", "sql", "postgres", "postgresql", "mysql", "sqlite", "mariadb", "mssql", "typescript", "query-builder" ], "main": "index.js", "browser": "index-browser.js", "types": "index.d.ts", "license": "Apache-2.0", "engines": { "node": ">=12.6" }, "homepage": "https://www.prisma.io", "repository": "git@github.com:prisma/prisma.git", "author": "Tim Suchanek <suchanek@prisma.io>", "maintainers": [ "Tim Suchanek <suchanek@prisma.io>", "Joël Galeran <galeran@prisma.io>", "William Luke <luke@prisma.io>", "Pierre-Antoine Mills <mills@prisma.io>" ], "bugs": "https://github.com/prisma/prisma/issues", "scripts": { "dev": "DEV=true node helpers/build.js", "build": "node helpers/build.js", "test": "jest --verbose", "test-notypes": "jest --verbose --testPathIgnorePatterns src/__tests__/types/types.test.ts", "format": "prettier --write .", "lint": "eslint --cache --fix --ext .ts .", "lint-ci": "eslint --ext .ts .", "generate": "node scripts/postinstall.js", "postinstall": "node scripts/postinstall.js", "prepare": "cp scripts/backup-index.js index.js && cp scripts/backup-index.d.ts index.d.ts", "prepublishOnly": "pnpm run build", "precommit": "lint-staged" }, "files": [ "README.md", "runtime", "scripts", "generator-build", "index.js", "index.d.ts", "index-browser.js" ], "devDependencies": { "@prisma/debug": "workspace:*", "@prisma/engine-core": "workspace:*", "@prisma/engines": "3.2.0-23.e80f22958574bd57ee5c4f141957d97836d88c6f", "@prisma/fetch-engine": "3.2.0-23.e80f22958574bd57ee5c4f141957d97836d88c6f", "@prisma/generator-helper": "workspace:*", "@prisma/get-platform": "3.2.0-23.e80f22958574bd57ee5c4f141957d97836d88c6f", "@prisma/migrate": "workspace:*", "@prisma/sdk": "workspace:*", "@timsuchanek/copy": "1.4.5", "@types/debug": "4.1.7", "@types/jest": "27.0.2", "@types/js-levenshtein": "1.1.0", "@types/mssql": "6.0.8", "@types/node": "12.20.27", "@types/pg": "8.6.1", "@typescript-eslint/eslint-plugin": "4.29.3", "@typescript-eslint/parser": "4.29.3", "arg": "5.0.1", "chalk": "4.1.2", "decimal.js": "10.3.1", "esbuild": "0.8.53", "escape-string-regexp": "4.0.0", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-jest": "24.4.0", "eslint-plugin-prettier": "4.0.0", "execa": "5.1.1", "flat-map-polyfill": "0.3.8", "fs-monkey": "1.0.3", "get-own-enumerable-property-symbols": "3.0.2", "indent-string": "4.0.0", "is-obj": "2.0.0", "is-regexp": "2.1.0", "jest": "27.2.3", "js-levenshtein": "1.1.6", "klona": "2.0.4", "lint-staged": "11.1.2", "make-dir": "3.1.0", "mariadb": "2.5.4", "mssql": "7.2.1", "pg": "8.7.1", "pkg-up": "3.1.0", "pluralize": "8.0.0", "prettier": "2.3.2", "replace-string": "3.1.0", "rimraf": "3.0.2", "rollup": "2.56.3", "rollup-plugin-dts": "3.0.2", "sort-keys": "4.2.0", "source-map-support": "0.5.19", "sql-template-tag": "4.0.0", "stacktrace-parser": "0.1.10", "strip-ansi": "6.0.0", "strip-indent": "3.0.0", "ts-jest": "27.0.5", "ts-node": "10.2.1", "tsd": "0.17.0", "typescript": "4.3.5" }, "peerDependencies": { "prisma": "*" }, "peerDependenciesMeta": { "prisma": { "optional": true } }, "dependencies": { "@prisma/engines-version": "3.2.0-23.e80f22958574bd57ee5c4f141957d97836d88c6f" }, "lint-staged": { "*.ts": [ "eslint", "prettier --write" ] } }