single-source-of-truth
Version:
Use Zod schemas to your generate Prisma schema
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "single-source-of-truth",
"version": "0.5.2",
"packageManager": "pnpm@10.8.1",
"type": "module",
"description": "Use Zod schemas to your generate Prisma schema",
"license": "MIT",
"keywords": ["truth", "zod", "prisma", "schema", "generator"],
"homepage": "https://github.com/apteryxxyz/single-source-of-truth#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/apteryxxyz/single-source-of-truth.git"
},
"bugs": {
"url": "https://github.com/apteryxxyz/single-source-of-truth/issues"
},
"bin": {
"truth": "./dist/command.js"
},
"files": ["src", "dist"],
"exports": {
"./config": {
"types": "./dist/config.d.ts",
"import": "./dist/config.js"
},
"./zod/v4": {
"types": "./dist/zod/v4/external.d.ts",
"import": "./dist/zod/v4/external.js"
},
"./package.json": "./package.json"
},
"scripts": {
"lint": "biome ci .",
"format": "biome check . --write",
"check": "tsc --noEmit",
"build": "tsc",
"watch": "tsc --watch",
"prepare": "husky & ts-patch install -s",
"_postinstall": "biome format package.json --write",
"prepack": "pinst --disable && biome format package.json --write",
"postpack": "pinst --enable && biome format package.json --write"
},
"dependencies": {
"chalk": "^5.4.1",
"code-block-writer": "^13.0.3",
"commander": "^13.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^24.0.1",
"husky": "^9.1.7",
"pinst": "^3.0.0",
"ts-patch": "^3.3.0",
"typescript": "^5.8.3",
"typescript-transform-paths": "^3.5.5",
"zod": "3.25.62"
}
}