{ "$schema": "https://json.schemastore.org/package", "name": "@opencode-ai/script", "license": "MIT", "scripts": { "typecheck": "echo 'Script package - no typecheck' && exit 0", "lint": "prettier --check .", "test": "echo 'No tests configured' && exit 0" }, "devDependencies": { "@types/bun": "catalog:" }, "exports": { ".": "./src/index.ts" } }