- 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
27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"name": "@prisma/engines-version",
|
|
"version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"author": "Tim Suchanek <suchanek@prisma.io>",
|
|
"prisma": {
|
|
"enginesVersion": "605197351a3c8bdd595af2d2a9bc3025bca48ea2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/prisma/engines-wrapper.git",
|
|
"directory": "packages/engines-version"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.19.34",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -d"
|
|
}
|
|
} |