{
  "name": "@helldinhow/sdd-flow-opencode-plugin",
  "version": "0.6.16",
  "description": "OpenCode Spec-Driven Development workflow plugin and bootstrap kit",
  "license": "MIT",
  "homepage": "https://github.com/Heldinhow/sdd-flow#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Heldinhow/sdd-flow.git"
  },
  "bugs": {
    "url": "https://github.com/Heldinhow/sdd-flow/issues"
  },
  "keywords": [
    "opencode",
    "plugin",
    "sdd",
    "spec-driven-development",
    "planning"
  ],
  "type": "module",
  "exports": {
    ".": "./plugin/sdd.ts"
  },
  "files": [
    "plugin/**/*.ts",
    "src/**/*.ts",
    "skills/**/*.md",
    "scripts/**/*.js",
    "managed-assets/.opencode/command",
    "managed-assets/.opencode/skills",
    "managed-assets/.specify/scripts",
    "managed-assets/.specify/templates",
    "managed-assets/.specify/memory"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "bun test",
    "typecheck": "bunx tsc --noEmit",
    "prepublishOnly": "bunx tsc --noEmit && bun test"
  },
  "dependencies": {
    "@opencode-ai/plugin": "1.3.0",
    "@opencode-ai/sdk": "1.2.27",
    "zod": "4.1.8"
  },
  "devDependencies": {
    "@types/node": "22.13.9",
    "bun-types": "^1.3.11",
    "typescript": "5.8.2"
  }
}
