{
  "name": "wfhub-codex",
  "version": "0.0.10",
  "type": "module",
  "main": "dist/main.js",
  "scripts": {
    "dev": "bun build ./src/main.ts --outdir ./dist --target bun && bun run start",
    "start": "bun dist/main.js",
    "build": "bun run clean && bun build ./src/main.ts --outdir ./dist --target bun && bun dist/main.js",
    "clean": "rimraf dist api",
    "commit": "git add -A && oco --yes",
    "format": "turbo oxfmt oxlint",
    "oxfmt": "oxfmt --write",
    "format:check": "oxfmt --check",
    "oxlint": "oxlint --fix --deny-warnings",
    "lint": "oxlint --deny-warnings",
    "test": "vitest run __tests__",
    "typecheck": "bunx tsc --noEmit",
    "check": "bun run typecheck && bun run format:check && bun run lint && bun run test"
  },
  "dependencies": {
    "@wfcd/items": "^1.1275.75"
  },
  "devDependencies": {
    "@types/bun": "^1.4.0",
    "@types/node": "^25.9.5",
    "oxfmt": "^0.45.0",
    "oxlint": "^1.81.0",
    "oxlint-tsgolint": "^0.20.0",
    "rimraf": "^6.1.3",
    "turbo": "^2.10.12",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  },
  "packageManager": "bun@1.3.12"
}
