{ "name": "@openpanel/json", "version": "0.0.1", "type": "module", "main": "index.ts", "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "superjson": "^1.13.3" }, "devDependencies": { "@openpanel/tsconfig": "workspace:*", "@openpanel/validation": "workspace:*", "@types/node": "catalog:", "typescript": "catalog:" } }