41 lines
932 B
JSON
41 lines
932 B
JSON
{
|
|
"name": "zod-deep-partial",
|
|
"version": "1.4.4",
|
|
"description": "A utility to recursively make all properties in a Zod schema optional.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run",
|
|
"prepublishOnly": "pnpm build && pnpm test"
|
|
},
|
|
"keywords": [
|
|
"zod",
|
|
"deep",
|
|
"partial",
|
|
"nested",
|
|
"object"
|
|
],
|
|
"author": "Amir Farzamnia <amirfarzamnia@proton.me>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.15",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"homepage": "https://github.com/amirfarzamnia/zod-deep-partial",
|
|
"bugs": {
|
|
"url": "https://github.com/amirfarzamnia/zod-deep-partial/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amirfarzamnia/zod-deep-partial.git"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.1.13"
|
|
}
|
|
}
|