{
  "name": "@wandoupeas/coding-forge",
  "version": "0.2.8",
  "description": "Agent-first harness CLI for Codex and Claude Code",
  "type": "module",
  "main": "./dist/cli/index.js",
  "types": "./dist/cli/index.d.ts",
  "bin": {
    "webforge": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && tsc --noEmit -p tsconfig.ui.json && vite build",
    "dev": "tsc --watch",
    "ui:dev": "vite --host 127.0.0.1 --port 4317",
    "smoke:onboarding": "node scripts/smoke-agent-onboarding.mjs",
    "test": "vitest",
    "test:unit": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest watch",
    "prepublishOnly": "npm run build && npm run smoke:onboarding && npm run test:coverage"
  },
  "keywords": [
    "agent",
    "harness",
    "cli",
    "codex",
    "claude-code",
    "development",
    "workflow"
  ],
  "author": "wandoupeas",
  "license": "MIT",
  "homepage": "https://github.com/wandoupeas/coding-forge#readme",
  "bugs": {
    "url": "https://github.com/wandoupeas/coding-forge/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wandoupeas/coding-forge.git"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.80.0",
    "@mantine/core": "^8.3.18",
    "@mantine/hooks": "^8.3.18",
    "@tanstack/react-table": "^8.21.3",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "mammoth": "^1.12.0",
    "pdf-parse": "^2.4.5",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-router-dom": "^6.30.3",
    "recharts": "^3.8.1",
    "xlsx": "^0.18.5",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.11.0",
    "@types/pdf-parse": "^1.1.5",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^4.7.0",
    "@vitest/coverage-v8": "^1.3.0",
    "jsdom": "^26.1.0",
    "typescript": "^5.3.0",
    "vite": "^5.4.21",
    "vitest": "^1.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
