prisma-erd-generator
Version:
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
133 lines • 3.09 kB
JSON
{
"name": "prisma-erd-generator",
"version": "2.4.3",
"license": "MIT",
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"bin": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=20"
},
"author": "John Fay",
"repository": {
"type": "git",
"url": "https://github.com/keonik/prisma-erd-generator"
},
"homepage": "https://github.com/keonik/prisma-erd-generator#prisma-entity-relationship-diagram-generator",
"keywords": [
"Prisma",
"TypeScript",
"Mermaid",
"Entity Relationship Diagram",
"ERD"
],
"contributors": [
{
"url": "https://github.com/boredland",
"name": "Jonas Strassel"
},
{
"url": "https://github.com/heystevegray",
"name": "Steve Gray"
},
{
"url": "https://github.com/Jason-Abbott",
"name": "Jason Abbott"
},
{
"url": "https://github.com/jsbrain",
"name": "Manuel Maute"
},
{
"url": "https://github.com/homerjam",
"name": "James Homer"
},
{
"url": "https://github.com/janpio",
"name": "Jan Piotrowski"
},
{
"url": "https://github.com/lukevers",
"name": "Luke Evers"
},
{
"url": "https://github.com/ripry",
"name": "rikuyam"
},
{
"url": "https://github.com/francismanansala",
"name": "Francis Manansala"
},
{
"url": "https://github.com/Vitalii4as",
"name": "Vitalii Yarmus"
},
{
"url": "https://github.com/balzafin",
"name": "Petri Julkunen"
},
{
"url": "https://github.com/dznbk",
"name": "D-PONTARO"
},
{
"url": "https://github.com/stephenramthun",
"name": "Stephen Ramthun"
},
{
"url": "https://github.com/maxijonson",
"name": "Tristan Chin"
},
{
"url": "https://github.com/bcanfield",
"name": "Brandin Canfield"
}
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.29.6",
"all-contributors-cli": "^6.26.1",
"concurrently": "^9.2.1",
"cross-env": "^7.0.3",
"mermaid": "^11.11.0",
"prisma": "^7.0.0",
"puppeteer": "^23.11.1",
"tslib": "^2.8.1",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"vite": "^6.0.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^11.9.0",
"@prisma/generator-helper": "^7.0.0",
"dotenv": "^16.6.1"
},
"peerDependencies": {
"@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"scripts": {
"ci:publish": "pnpm build && changeset publish --access public",
"dev": "tsup src --watch",
"test": "vitest --config vitest.config.mts",
"prebuild": "rm -rf dist",
"build": "tsup src",
"prepublish": "npm run build",
"release": "changeset",
"update-deps": "npx npm-check-updates -i"
}
}