UNPKG

prisma-class-validator

Version:

Automatically generator class-validator schema from Prisma client

51 lines (50 loc) 1.42 kB
{ "name": "prisma-class-validator", "version": "1.1.3", "description": "Automatically generator class-validator schema from Prisma client", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest", "test-watch": "jest --watch", "coverage": "jest --coverage", "update-template": "npx update-template https://github.com/koj-co/prisma-class-validator", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/koj-co/prisma-class-validator.git" }, "keywords": [ "koj", "prisma", "class-validator", "class-transform", "prisma-client", "nodejs", "typescript" ], "author": "Anand Chowdhary <mail@anandchowdhary.com>", "license": "MIT", "bugs": { "url": "https://github.com/koj-co/prisma-class-validator/issues" }, "homepage": "https://github.com/koj-co/prisma-class-validator#readme", "devDependencies": { "@koj/config": "1.2.11", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.10", "@types/jest": "^26.0.20", "jest": "^26.6.3", "semantic-release": "^17.3.9", "semantic-release-gitmoji": "^1.3.4", "ts-jest": "^26.5.1", "typescript": "^4.1.5", "update-template": "^1.3.1" }, "dependencies": { "prettier": "^2.2.1" } }