{ "name": "@bpinternal/zui", "version": "2.3.0", "description": "A fork of Zod with additional features", "type": "module", "source": "./src/index.ts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup", "check:type": "tsc --noEmit", "test": "vitest --run" }, "devDependencies": { "@types/json-schema": "^7.0.12", "@types/lodash-es": "^4.17.12", "@types/node": "^22.16.4", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "local-ref-resolver": "^0.2.0", "lodash-es": "^4.17.21", "tsup": "^8.0.2" }, "repository": { "type": "git", "url": "https://github.com/botpress/botpress" }, "author": "Botpress, Inc.", "license": "MIT", "engines": { "node": ">=18.0.0" }, "packageManager": "pnpm@10.29.3" }