Files
openwork/packages/headless/package.json
2026-02-09 00:06:31 -08:00

58 lines
1.8 KiB
JSON

{
"name": "openwrk",
"version": "0.11.38",
"description": "Headless OpenWork host orchestrator for OpenCode + OpenWork server + Owpenbot",
"type": "module",
"bin": {
"openwrk": "dist/openwrk"
},
"scripts": {
"dev": "bun src/cli.ts",
"build": "tsc -p tsconfig.json",
"build:bin": "node scripts/clean-dist.mjs && bun build --compile src/cli.ts --define __OPENWRK_VERSION__=\\\"$npm_package_version\\\" --outfile dist/openwrk",
"build:bin:bundled": "node scripts/clean-dist.mjs && node ../desktop/scripts/prepare-sidecar.mjs --outdir dist && bun build --compile src/cli.ts --define __OPENWRK_VERSION__=\\\"$npm_package_version\\\" --outfile dist/openwrk && bun scripts/build-bin.ts",
"build:sidecars": "node scripts/build-sidecars.mjs",
"typecheck": "tsc -p tsconfig.typecheck.json",
"test:router": "pnpm build && node scripts/router.mjs",
"prepublishOnly": "pnpm build:bin"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/different-ai/openwork.git",
"directory": "packages/headless"
},
"homepage": "https://github.com/different-ai/openwork/tree/dev/packages/headless",
"bugs": {
"url": "https://github.com/different-ai/openwork/issues"
},
"keywords": [
"openwork",
"opencode",
"headless",
"cli",
"agent"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@opencode-ai/sdk": "^1.1.31",
"@opentui/core": "0.1.77",
"@opentui/solid": "0.1.77",
"openwork-server": "0.11.38",
"owpenwork": "0.11.38",
"solid-js": "1.9.9"
},
"devDependencies": {
"@types/node": "^22.10.2",
"bun-types": "^1.3.6",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@10.27.0"
}