{ "name": "@proxy-station/shared", "version": "0.1.0", "private": true, "type": "module", "main": "src/index.ts", "types": "src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsc --noEmit", "typecheck": "tsc --noEmit" }, "dependencies": { "zod": "^3.24.1" }, "devDependencies": { "typescript": "^5.7.2" } }