{
  "name": "opencode-ai-novel-factory",
  "version": "1.8.0",
  "description": "AI Novel Factory - Official OpenCode plugin for AI-powered novel writing with multi-agent system, memory management, and automated chapter generation",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "agents",
    "skills",
    "templates"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "opencode",
    "plugin",
    "ai",
    "novel",
    "factory",
    "AI Novel Factory",
    "writing",
    "creative-writing",
    "小说工厂",
    "小说创作",
    "novel-generation",
    "opencode-ai-novel-factory",
    "official-novel-factory",
    "tianxia-novel-factory"
  ],
  "author": "tianxia--",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tianxia--/ai-novel-factory.git"
  },
  "bugs": {
    "url": "https://github.com/tianxia--/ai-novel-factory/issues"
  },
  "homepage": "https://github.com/tianxia--/ai-novel-factory#readme",
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "latest",
    "@types/node": "^25.3.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "zod": "^3.0.0"
  }
}
