Files
2026-05-21 12:49:33 +09:00

22 lines
503 B
JSON

{
"name": "@oh-my-opencode/boulder-state",
"version": "0.1.0",
"type": "module",
"private": true,
"description": "Pure TypeScript boulder work-tracking state machine for oh-my-opencode.",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./src/index.ts"
}
},
"types": "./index.d.ts",
"scripts": {
"typecheck": "tsgo --noEmit -p tsconfig.json",
"test": "bun test src/*.test.ts"
},
"dependencies": {
"@oh-my-opencode/utils": "workspace:*"
}
}