{
  "name": "@open-autopm/plugin-languages",
  "version": "2.0.3",
  "description": "Complete programming languages plugin with Python, JavaScript, Node.js, Bash experts, language rules, and example scripts for OpenCodeAutoPM",
  "main": "plugin.json",
  "type": "module",
  "files": [
    "agents/",
    "commands/",
    "rules/",
    "scripts/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "validate": "node -e \"require('./plugin.json')\" && echo 'plugin.json is valid'",
    "lint:python": "find scripts/examples -name '*.py' -exec python3 -m py_compile {} \\;",
    "lint:bash": "shellcheck scripts/examples/*.sh || true",
    "lint:js": "eslint scripts/examples/*.js || true"
  },
  "keywords": [
    "claudeautopm",
    "plugin",
    "languages",
    "python",
    "javascript",
    "nodejs",
    "bash",
    "typescript",
    "fastapi",
    "express",
    "backend",
    "frontend",
    "async",
    "es6",
    "type-hints"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-languages"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-languages#readme",
  "bugs": {
    "url": "https://github.com/rafeekpro/ClaudeAutoPM/issues"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "peerDependencies": {
    "@open-autopm/plugin-core": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
