prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
58 lines • 1.58 kB
JSON
{
"name": "prisma-json-types-generator",
"version": "3.4.2",
"description": "Changes JsonValues to your custom typescript type",
"keywords": [
"prisma",
"prisma2",
"generator",
"json"
],
"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": "^6.7.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@arthurfiorette/biomejs-config": "^1.0.8",
"@biomejs/biome": "^1.9.4",
"@prisma/client": "^6.7.0",
"@prisma/dmmf": "^6.7.0",
"@prisma/generator": "^6.7.0",
"@types/node": "^22.14.1",
"husky": "^9.1.7",
"source-map-support": "^0.5.21",
"tsd": "^0.32.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"prisma": "^6.7",
"typescript": "^5.8"
},
"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": "sh ./scripts/test.sh"
}
}