{
  "name": "@open-autopm/plugin-core",
  "version": "3.0.3",
  "description": "Core framework functionality for OpenCodeAutoPM - universal agents, rules, hooks, and utilities",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --forceExit",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "validate": "node -e \"import('./plugin.json', { with: { type: 'json' } })\" && echo 'plugin.json is valid'"
  },
  "keywords": [
    "claude",
    "autopm",
    "core",
    "framework",
    "agents",
    "tdd",
    "context7",
    "automation"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-core"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM#readme",
  "bugs": {
    "url": "https://github.com/rafeekpro/ClaudeAutoPM/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "agents/",
    "commands/",
    "rules/",
    "hooks/",
    "scripts/",
    "lib/",
    "plugin.json",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
