{ "name": "jotai-tanstack-form", "version": "0.0.0-private", "private": true, "type": "module", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts" } }, "scripts": { "test": "vp test", "type-check": "tsc" }, "devDependencies": { "@dify/tsconfig": "workspace:*", "@tanstack/form-core": "catalog:", "@typescript/native": "catalog:", "jotai": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vite-plus": "catalog:", "vitest": "catalog:" }, "peerDependencies": { "@tanstack/form-core": "catalog:", "jotai": "catalog:" } }