Files
obelisk/packages/cli/package.json
T
tommy0103 28fa99ac94 feat: improve session sharing and Kimi transcript support
- normalize Kimi thinking parts and omit empty placeholders
- add standalone session-sharing and UI demo artifacts
- add regression coverage and refresh the Kimi index marker
- bump the Electron app and CLI packages to v0.2.1
- ignore generated app build assets
2026-07-21 19:29:14 +08:00

25 lines
448 B
JSON

{
"name": "@obelisk-apps/cli",
"version": "0.2.1",
"description": "Local Obelisk runtime for coding agents.",
"license": "AGPL-3.0",
"type": "module",
"bin": {
"obelisk": "dist/cli/src/obelisk.js"
},
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"build": "node scripts/build.mjs",
"prepack": "npm run build"
},
"publishConfig": {
"access": "public"
}
}