Spaces:
Build error
Build error
| { | |
| "name": "@bot-agent-hub/shared", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "main": "src/index.ts", | |
| "types": "src/index.ts", | |
| "scripts": { | |
| "build": "tsc -p tsconfig.json", | |
| "typecheck": "tsc -p tsconfig.json --noEmit", | |
| "lint": "echo \"No lint for shared\"", | |
| "test": "echo \"No tests for shared\"" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5.9.3" | |
| } | |
| } | |