UNPKG

prisma-erd-generator

Version:

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->

130 lines (129 loc) 3.02 kB
{ "version": "2.0.4", "license": "MIT", "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": ">=18" }, "scripts": { "ci:publish": "pnpm build && changeset publish --access public", "dev": "tsc -p ./tsconfig.tests.json --watch", "test": "vitest", "prebuild": "rm -rf dist", "build": "tsup src", "prepublish": "npm run build", "release": "changeset", "standard-version": "standard-version", "update-deps": "npx npm-check-updates -i" }, "name": "prisma-erd-generator", "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.27.12", "all-contributors-cli": "^6.26.1", "concurrently": "^9.1.2", "cross-env": "^7.0.3", "mermaid": "^11.4.1", "prisma": "^6.3.0", "puppeteer": "^23.11.1", "standard-version": "^9.5.0", "tslib": "^2.8.1", "tsup": "^8.3.6", "typescript": "^5.7.3", "vitest": "^3.0.4" }, "dependencies": { "@mermaid-js/mermaid-cli": "^11.4.2", "@prisma/generator-helper": "^5.0.0 || ^6.0.0", "dotenv": "^16.4.7" }, "peerDependencies": { "@prisma/client": "^5.0.0 || ^6.0.0" } }