{ "name": "orange-hyper", "version": "1.1.0-beta.2", "description": "Lightweight quest and capsule kernel for coding agents.", "type": "module", "author": "nambanote", "homepage": "https://github.com/KoreanCode/orange-hyper#readme", "repository": { "type": "git", "url": "git+https://github.com/KoreanCode/orange-hyper.git" }, "bugs": { "url": "https://github.com/KoreanCode/orange-hyper/issues" }, "keywords": [ "coding-agent", "memory", "cli", "quest", "provenance" ], "bin": { "orange": "bin/orange.js", "orange-hyper": "bin/orange.js" }, "scripts": { "test": "node --test", "typecheck": "tsc --noEmit", "doctor": "node bin/orange.js doctor", "check:readme-sync": "node scripts/check-readme-sync.js", "build:standalone": "node scripts/build-standalone.js", "build:sea": "node scripts/build-sea.js", "release:manifest": "node scripts/build-release-manifest.js" }, "engines": { "node": ">=20" }, "files": [ "bin", "adapters", "fixtures", "scripts", "src", "docs", "RELEASE_NOTES.md", "README.md", "README.en.md", "README.zh-CN.md", "README.ja.md", "install.sh", "install.ps1", "readme-hero.png", "assets", "CITATION.cff", "LICENSE", "PROVENANCE.md", "SECURITY.md" ], "license": "MIT", "publishConfig": { "provenance": true }, "devDependencies": { "@types/node": "^25.9.3", "esbuild": "^0.28.1", "postject": "^1.0.0-alpha.6", "typescript": "^6.0.3" } }