Files
url_tracker_tool/node_modules/@prisma/engines-version/package.json
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- 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
2025-08-19 19:12:23 +00:00

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"
}
}