{ "name": "@agent-helm/shared", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsc --noEmit -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json" }, "devDependencies": { "typescript": "^5.7.0" } }