UNPKG

@velopays/prisma-crud-generator

Version:

Generate CRUD operations and tests from Prisma models for NestJS

55 lines 1.3 kB
{ "name": "@velopays/prisma-crud-generator", "version": "1.4.14", "description": "Generate CRUD operations and tests from Prisma models for NestJS", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "prisma-crud": "./bin/prisma-crud" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "prisma", "nestjs", "crud", "generator", "code-generation" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/prisma-crud-generator.git" }, "bugs": { "url": "https://github.com/yourusername/prisma-crud-generator/issues" }, "homepage": "https://github.com/yourusername/prisma-crud-generator#readme", "dependencies": { "@prisma/internals": "^6.12.0", "pluralize": "^8.0.0", "handlebars": "^4.7.8", "commander": "^11.0.0", "chalk": "^4.1.2", "fs-extra": "^11.1.1" }, "devDependencies": { "@types/node": "^20.0.0", "@types/pluralize": "^0.0.33", "@types/fs-extra": "^11.0.1", "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0" }, "files": [ "dist", "templates", "bin" ] }