{
  "name": "skill-forge",
  "version": "0.1.0",
  "description": "Multi-Agent Skill Generator for OpenClaw",
  "type": "module",
  "main": "dist/orchestrator.js",
  "scripts": {
    "build": "tsc",
    "test": "npx tsx orchestrator.ts",
    "dev": "npx tsx --watch orchestrator.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.3.0",
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
