{
  "name": "locus-product-planning",
  "version": "1.2.17",
  "description": "AI-powered product planning for OpenCode - Vision → Features → Design → Build",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json",
    "./skills": "./skills",
    "./skills/*": "./skills/*"
  },
  "module": "./dist/index.js",
  "files": [
    "dist",
    "skills",
    "agents",
    "opencode.json"
  ],
  "scripts": {
    "build": "tsup",
    "build:tsc": "tsc -p tsconfig.plugin.json",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "cli": "npx tsx openspec/bin/cli.ts"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "claude",
    "claude-code",
    "ai",
    "planning",
    "project-management",
    "workflow",
    "skills"
  ],
  "author": "swiggityswerve",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SwiggitySwerve/locus-product-planning.git"
  },
  "bugs": {
    "url": "https://github.com/SwiggitySwerve/locus-product-planning/issues"
  },
  "homepage": "https://github.com/SwiggitySwerve/locus-product-planning#readme",
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "@opencode-ai/plugin": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@opencode-ai/plugin": "^1.1.32",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^8.53.1",
    "@typescript-eslint/parser": "^8.53.1",
    "eslint": "^9.39.2",
    "glob": "^10.3.10",
    "globals": "^17.0.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.3.0",
    "vitest": "^1.2.0",
    "yaml": "^2.3.4"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
