forked from prisma/prisma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 KB
/
package.json
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
{
"name": "@prisma/fetch-engine",
"version": "0.0.0",
"description": "This package is intended for Prisma's internal use",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"author": "Tim Suchanek <[email protected]>",
"homepage": "https://www.prisma.io",
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/fetch-engine"
},
"bugs": "https://github.com/prisma/prisma/issues",
"enginesOverride": {},
"devDependencies": {
"@swc/core": "1.3.96",
"@swc/jest": "0.2.31",
"@types/jest": "29.5.11",
"@types/node": "18.18.13",
"@types/node-fetch": "2.6.9",
"@types/progress": "2.0.7",
"del": "6.1.1",
"execa": "5.1.1",
"find-cache-dir": "3.3.2",
"fs-extra": "11.1.1",
"hasha": "5.2.2",
"http-proxy-agent": "7.0.0",
"https-proxy-agent": "7.0.2",
"jest": "29.7.0",
"kleur": "4.1.5",
"node-fetch": "2.7.0",
"p-filter": "2.1.0",
"p-map": "4.0.0",
"p-retry": "4.6.2",
"progress": "2.0.3",
"rimraf": "3.0.2",
"strip-ansi": "6.0.1",
"temp-dir": "2.0.0",
"tempy": "1.0.1",
"typescript": "5.2.2"
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.10.0-3.2db61cfe98ac57fda36ee57b9e2214833e1e7d08",
"@prisma/get-platform": "workspace:*"
},
"scripts": {
"dev": "DEV=true node -r esbuild-register helpers/build.ts",
"build": "node -r esbuild-register helpers/build.ts",
"test": "jest",
"prepublishOnly": "pnpm run build"
},
"files": [
"README.md",
"dist"
],
"sideEffects": false
}