{ "name": "@vector/shared", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit", "clean": "rimraf dist .turbo" }, "dependencies": { "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "@vector/config": "workspace:*", "typescript": "^5.7.2", "vitest": "^4.1.4" } }