- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@prisma/fetch-engine",
|
|
"version": "5.22.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 <suchanek@prisma.io>",
|
|
"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.6.13",
|
|
"@swc/jest": "0.2.36",
|
|
"@types/jest": "29.5.12",
|
|
"@types/node": "18.19.31",
|
|
"@types/progress": "2.0.7",
|
|
"del": "6.1.1",
|
|
"execa": "5.1.1",
|
|
"find-cache-dir": "5.0.0",
|
|
"fs-extra": "11.1.1",
|
|
"hasha": "5.2.2",
|
|
"http-proxy-agent": "7.0.2",
|
|
"https-proxy-agent": "7.0.5",
|
|
"jest": "29.7.0",
|
|
"kleur": "4.1.5",
|
|
"node-fetch": "3.3.2",
|
|
"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",
|
|
"timeout-signal": "2.0.0",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/engines-version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
|
"@prisma/debug": "5.22.0",
|
|
"@prisma/get-platform": "5.22.0"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "DEV=true tsx helpers/build.ts",
|
|
"build": "tsx helpers/build.ts",
|
|
"test": "jest"
|
|
}
|
|
} |