{
  "name": "galaxy-opc-plugin",
  "version": "0.3.7",
  "description": "星环 Galaxy OPC — 一人公司孵化与赋能平台 OpenClaw 插件",
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "opc",
    "one-person-company",
    "ai",
    "business",
    "startup"
  ],
  "homepage": "https://github.com/P3ngSaM/galaxy-opc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/P3ngSaM/galaxy-opc.git"
  },
  "bugs": {
    "url": "https://github.com/P3ngSaM/galaxy-opc/issues"
  },
  "license": "MIT",
  "author": "p3ngsam",
  "type": "module",
  "files": [
    "index.ts",
    "src/",
    "skills/",
    "openclaw.plugin.json"
  ],
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "@types/pdfkit": "^0.17.5",
    "better-sqlite3": "^11.8.1",
    "docx": "^9.6.0",
    "exceljs": "^4.4.0",
    "pdfkit": "^0.17.2"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.12",
    "@types/node": "^20.19.35",
    "@vitest/coverage-v8": "^2.1.9",
    "@vitest/ui": "^2.1.9",
    "vitest": "^2.1.9"
  },
  "scripts": {
    "postinstall": "npm rebuild better-sqlite3",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "install": {
      "npmSpec": "galaxy-opc-plugin",
      "defaultChoice": "npm"
    }
  }
}
