prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
49 lines • 1.36 kB
JSON
{
"name": "prisma-json-types-generator",
"version": "3.0.4",
"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": "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>",
"main": "./index.js",
"bin": "./index.js",
"dependencies": {
"@prisma/generator-helper": "5.9.1",
"tslib": "2.6.2"
},
"devDependencies": {
"@arthurfiorette/prettier-config": "1.0.10",
"@prisma/client": "5.9.1",
"@types/node": "20.11.19",
"@types/prettier": "2.7.3",
"prettier": "2.8.8",
"prisma": "^5.2.0",
"source-map-support": "^0.5.21",
"tsd": "^0.30.0",
"typescript": "5.3.3"
},
"peerDependencies": {
"prisma": "^5.1",
"typescript": "^5.1"
},
"packageManager": "pnpm@8.4.0",
"engines": {
"node": ">=14.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"format": "prettier --write .",
"start": "node dist/bin.js",
"test": "sh ./scripts/test.sh"
}
}