{
  "name": "openclaw-venture-capitalist",
  "version": "1.0.0",
  "description": "OpenClaw Venture Capitalist - AI-powered investment analysis assistant for reviewing business plans and pitch decks",
  "main": "src/cli/index.ts",
  "bin": {
    "vc": "./src/cli/index.ts",
    "openclaw-vc": "./src/cli/index.ts"
  },
  "scripts": {
    "start": "tsx src/cli/index.ts",
    "dev": "tsx watch src/cli/index.ts",
    "build": "tsc",
    "test": "tsx tests/analyzer.test.ts",
    "analyze": "tsx src/cli/index.ts analyze",
    "report": "tsx src/cli/index.ts report",
    "compare": "tsx src/cli/index.ts compare"
  },
  "keywords": [
    "openclaw",
    "venture-capital",
    "investment-analysis",
    "pitch-deck",
    "business-plan",
    "due-diligence",
    "startup-analysis",
    "vc-tool",
    "investment-report",
    "ai-analysis",
    "claude-skill",
    "clawhub"
  ],
  "author": "justin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ZhenRobotics/openclaw-venture-capitalist.git"
  },
  "bugs": {
    "url": "https://github.com/ZhenRobotics/openclaw-venture-capitalist/issues"
  },
  "homepage": "https://github.com/ZhenRobotics/openclaw-venture-capitalist#readme",
  "dependencies": {
    "axios": "^1.13.6",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "dotenv": "^16.6.1",
    "form-data": "^4.0.5",
    "ora": "^5.4.1",
    "pdf-parse": "^1.1.1",
    "marked": "^9.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.13",
    "@types/marked": "^5.0.2",
    "tsx": "^4.21.0",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/",
    "config/",
    "templates/",
    "examples/",
    "skill.md",
    "readme.md",
    "README.md",
    "QUICKSTART.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
