prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
65 lines • 1.75 kB
JSON
{
"name": "prisma-json-types-generator",
"version": "4.0.1",
"description": "Changes JsonValues to your custom typescript type",
"keywords": [
"prisma",
"types",
"prisma2",
"generator",
"json",
"typesafe",
"typescript"
],
"homepage": "https://arthur.run/prisma-json-types-generator",
"bugs": "https://github.com/arthurfiorette/prisma-json-types-generator/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/arthurfiorette/prisma-json-types-generator.git"
},
"funding": "https://github.com/arthurfiorette/prisma-json-types-generator?sponsor=1",
"license": "MIT",
"author": "Arthur Fiorette <npm@arthur.place>",
"type": "commonjs",
"main": "./index.js",
"bin": {
"prisma-json-types-generator": "index.js"
},
"dependencies": {
"@prisma/generator-helper": "^7.1.0",
"semver": "^7.7.3",
"try": "^1.0.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@arthurfiorette/biomejs-config": "^2.0.1",
"@biomejs/biome": "^2.3.8",
"@prisma/dmmf": "^7.1.0",
"@prisma/generator": "^7.1.0",
"@types/node": "^24.10.1",
"@types/semver": "^7.7.1",
"husky": "^9.1.7",
"prisma": "^7.1.0",
"tsd": "^0.33.0",
"tsx": "^4.21.0"
},
"peerDependencies": {
"@prisma/client": "^7.0.1",
"prisma": "^7.0.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=14.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"format": "biome format --write .",
"lint": "biome check .",
"lint-ci": "biome ci .",
"lint-fix": "biome check --write --unsafe .",
"start": "node dist/bin.js",
"test-e2e": "sh ./scripts/test.sh",
"test-unit": "pnpm tsx --test test/unit/**/*.test.ts"
}
}