{ "name": "@picoaide/dsh-account-card", "version": "0.1.0", "description": "Bottom sidebar account card: username, logout, and live gateway usage balance refreshed after every agent loop", "license": "MIT", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./usage-service": { "types": "./lib/types/usage-service.d.ts", "default": "./lib/usage-service.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-store", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "files": [ "cordis.patch.yml", "lib/**/*.js", "lib/**/*.map", "lib/types/**/*.d.ts" ], "scripts": { "build": "tsdown && tsc -p tsconfig.json --emitDeclarationOnly && tsc -p tsconfig.client.json --emitDeclarationOnly", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit", "test": "vitest run", "check": "yarn run build && yarn run test" }, "dependencies": { "@picoaide/dsh-enterprise": "workspace:*" }, "peerDependencies": { "@deepseek-ai/cordis": "4.0.2" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.2-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.2-rc.1", "@deepseek-ai/dsh-client-store": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1", "@deepseek-ai/dsh-host-webserver": "0.1.2-rc.1", "@deepseek-ai/dsh-invariants": "0.1.2-rc.1", "@types/node": "^22.20.0", "@types/react": "^18", "@types/react-dom": "^18.3.5", "react": "18.3.1", "tsdown": "0.22.2", "typescript": "6.0.3", "vitest": "4.1.8" } }