mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"name": "@different-ai/openwork-headless",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"bin": {
|
|
"openwork-headless": "dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun src/cli.ts",
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/sdk": "^1.1.31"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"bun-types": "^1.3.6",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"packageManager": "pnpm@10.27.0"
|
|
}
|