File size: 4,684 Bytes
26cbf65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
  "version": "6.19.3",
  "name": "prisma",
  "description": "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.",
  "keywords": [
    "CLI",
    "ORM",
    "Prisma",
    "Prisma CLI",
    "prisma2",
    "database",
    "db",
    "JavaScript",
    "JS",
    "TypeScript",
    "TS",
    "SQL",
    "SQLite",
    "pg",
    "Postgres",
    "PostgreSQL",
    "CockroachDB",
    "MySQL",
    "MariaDB",
    "MSSQL",
    "SQL Server",
    "SQLServer",
    "MongoDB",
    "MCP"
  ],
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/cli"
  },
  "homepage": "https://www.prisma.io",
  "author": "Tim Suchanek <suchanek@prisma.io>",
  "bugs": "https://github.com/prisma/prisma/issues",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.18"
  },
  "prisma": {
    "prismaCommit": "727a61ae916846267a98358d103b3e8a2afebd45"
  },
  "files": [
    "README.md",
    "build",
    "config.js",
    "config.d.ts",
    "dist/cli/src/types.d.ts",
    "install",
    "runtime/*.js",
    "runtime/*.d.ts",
    "runtime/utils",
    "runtime/dist",
    "runtime/llhttp",
    "prisma-client",
    "preinstall",
    "scripts/preinstall-entry.js"
  ],
  "pkg": {
    "assets": [
      "build/**/*",
      "runtime/**/*",
      "prisma-client/**/*",
      "node_modules/@prisma/engines/**/*",
      "node_modules/@prisma/engines/*"
    ]
  },
  "bin": {
    "prisma": "build/index.js"
  },
  "types": "./dist/cli/src/types.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./dist/cli/src/types.d.ts",
        "default": "./build/types.js"
      },
      "import": {
        "types": "./dist/cli/src/types.d.ts",
        "default": "./build/types.js"
      },
      "default": "./build/types.js"
    },
    "./config": {
      "require": {
        "types": "./config.d.ts",
        "default": "./config.js"
      },
      "import": {
        "types": "./config.d.ts",
        "default": "./config.js"
      },
      "default": "./config.js"
    },
    "./build/index.js": {
      "require": {
        "types": "./dist/cli/src/types.d.ts",
        "default": "./build/index.js"
      },
      "default": "./build/index.js"
    }
  },
  "devDependencies": {
    "@inquirer/prompts": "7.3.3",
    "@libsql/client": "0.8.1",
    "@modelcontextprotocol/sdk": "1.13.2",
    "@opentelemetry/api": "1.9.0",
    "@opentelemetry/context-async-hooks": "2.1.0",
    "@opentelemetry/sdk-trace-base": "2.1.0",
    "@prisma/mini-proxy": "0.9.5",
    "@prisma/studio": "0.511.0",
    "@prisma/studio-server": "0.511.0",
    "@swc/core": "1.11.5",
    "@swc/jest": "0.2.37",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.14",
    "@types/node": "18.19.76",
    "async-listen": "3.1.0",
    "checkpoint-client": "1.1.33",
    "chokidar": "4.0.3",
    "env-paths": "2.2.1",
    "execa": "5.1.1",
    "fs-extra": "11.3.0",
    "get-port": "7.1.0",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "kleur": "4.1.5",
    "line-replace": "2.0.1",
    "log-update": "6.1.0",
    "node-fetch": "3.3.2",
    "npm-packlist": "5.1.3",
    "open": "7.4.2",
    "package-up": "5.0.0",
    "resolve-pkg": "2.0.0",
    "ts-pattern": "5.6.2",
    "typescript": "5.4.5",
    "xdg-app-paths": "8.3.0",
    "zod": "3.24.2",
    "@prisma/adapter-libsql": "6.19.3",
    "@prisma/client-generator-registry": "6.19.3",
    "@prisma/client": "6.19.3",
    "@prisma/debug": "6.19.3",
    "@prisma/dmmf": "6.19.3",
    "@prisma/driver-adapter-utils": "6.19.3",
    "@prisma/fetch-engine": "6.19.3",
    "@prisma/internals": "6.19.3",
    "@prisma/generator": "6.19.3",
    "@prisma/get-platform": "6.19.3",
    "@prisma/migrate": "6.19.3"
  },
  "dependencies": {
    "@prisma/engines": "6.19.3",
    "@prisma/config": "6.19.3"
  },
  "peerDependencies": {
    "typescript": ">=5.1.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "sideEffects": false,
  "scripts": {
    "prisma": "tsx src/bin.ts",
    "platform": "tsx src/bin.ts platform --early-access",
    "pm": "tsx src/bin.ts platform --early-access",
    "dev": "DEV=true tsx helpers/build.ts",
    "build": "tsx helpers/build.ts",
    "test": "dotenv -e ../../.db.env -- tsx helpers/run-tests.ts",
    "test:platform": "dotenv -e ../../.db.env -- tsx helpers/run-tests.ts src/platform",
    "tsc": "tsc -d -p tsconfig.build.json",
    "preinstall": "node scripts/preinstall-entry.js"
  }
}