zod-invertible
Version:
declare zod schemas that can be inverted to format from output to input
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "zod-invertible",
"description": "declare zod schemas that can be inverted to format from output to input",
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/zod-invertible.git"
},
"homepage": "https://github.com/jcoreio/zod-invertible",
"bugs": {
"url": "https://github.com/jcoreio/zod-invertible/issues"
},
"author": "Andy Edwards",
"license": "MIT",
"keywords": [
"zod",
"inverse",
"invertible",
"parse",
"format"
],
"version": "1.2.1",
"sideEffects": false,
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@babel/runtime": "^7.26.0"
},
"peerDependencies": {
"zod": "^3.23.8"
},
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": {
"import": "./index.d.mts",
"default": "./index.d.ts"
},
"import": "./index.mjs",
"default": "./index.js"
}
},
"@jcoreio/toolchain": {
"migratedVersion": "5.5.1"
}
}