{
  "name": "open-autopm",
  "version": "3.6.11",
  "description": "Autonomous Project Management Framework for OpenCode - Advanced AI-powered development automation",
  "main": "bin/open-autopm.js",
  "workspaces": [
    "packages/*"
  ],
  "bin": {
    "open-autopm": "./bin/open-autopm.js",
    "open-autopm-poc": "./bin/open-autopm-poc.js"
  },
  "scripts": {
    "postinstall": "echo '🎉 OpenCodeAutoPM installed! Run: open-autopm --help'",
    "test:old": "node scripts/test.js",
    "test": "jest --config jest.config.quick.js --forceExit",
    "test:full": "jest --config jest.config.clean.js --forceExit",
    "test:watch": "jest --watch",
    "test:coverage": "c8 npm test",
    "test:clean": "jest --config jest.config.clean.js",
    "test:clean:coverage": "jest --config jest.config.clean.js --coverage",
    "test:clean:watch": "jest --config jest.config.clean.js --watch",
    "test:coverage:html": "c8 --reporter=html npm test",
    "test:coverage:check": "c8 --check-coverage npm test",
    "test:node": "node --test test/node-scripts/**/*.test.js",
    "test:node:watch": "node --test --watch test/node-scripts/**/*.test.js",
    "test:node:coverage": "c8 --reporter=text --reporter=lcov node --test test/node-scripts/**/*.test.js",
    "test:migration": "node --test test/migration/*.test.js",
    "test:commands": "node --test test/commands/**/*.test.js",
    "test:azure:integration": "AZURE_DEVOPS_INTEGRATION_TESTS=true node --test test/migration/azure-*.test.js",
    "migration:tdd": "node scripts/migration/tdd-migrate.js",
    "migration:next": "node scripts/migration/tdd-migrate.js next",
    "migration:test": "node --test test/node-scripts/",
    "migration:status": "node scripts/migration/tdd-migrate.js status",
    "migration:report": "node scripts/migration/tdd-migrate.js report",
    "test:security": "node test/run-security-tests.js",
    "test:security:hybrid": "node --test test/security/hybrid-strategy.test.js",
    "test:security:injection": "node --test test/security/prompt-injection.test.js",
    "test:security:integration": "node --test test/security/integration.test.js",
    "test:security:performance": "node --test test/security/performance.test.js",
    "test:regression": "node --test --test-concurrency=1 test/regression/*.test.js",
    "test:regression:hybrid": "node --test test/regression/hybrid-strategy-regression.test.js",
    "test:regression:paths": "node --test test/regression/critical-paths.test.js",
    "test:install": "bash test/installation/integration.test.sh",
    "test:install:scenarios": "node --test test/installation/install-scenarios.test.js",
    "test:install:validate": "node test/installation/validate-install.js",
    "test:install:behavior": "node test/installation/fresh-install-behavior.test.js",
    "test:cli": "node --test test/cli/*.test.js",
    "test:cli:basic": "node test/cli/autopm-commands.test.js",
    "test:all": "npm test && npm run test:security && npm run test:regression",
    "test:comprehensive": "node test/run-all-tests.js",
    "test:comprehensive:quick": "TEST_TIMEOUT=30000 node test/run-all-tests.js",
    "test:comprehensive:ci": "CI=true CI_TEST_TIMEOUT=600000 node test/run-all-tests.js",
    "test:azure": "node --test test/providers/azure/*.test.js",
    "test:github:integration": "jest test/integration/github-sync-integration.test.js --testTimeout=30000",
    "test:github:integration:verbose": "jest test/integration/github-sync-integration.test.js --testTimeout=30000 --verbose",
    "test:integration:azure": "jest test/integration/azure-sync-integration.test.js --testTimeout=30000 --runInBand",
    "test:integration:azure:verbose": "jest test/integration/azure-sync-integration.test.js --testTimeout=30000 --runInBand --verbose",
    "test:azure:quick": "node test/integration/test-azure-manual.js",
    "test:unit": "node --test $(find test/unit -name '*.test.js' ! -name '*-jest.test.js')",
    "test:unit:coverage": "c8 node --test $(find test/unit -name '*.test.js' ! -name '*-jest.test.js')",
    "test:e2e": "jest test/e2e",
    "test:e2e:legacy": "node --test test/e2e/*.test.js",
    "test:poc": "jest --config jest.config.poc.js",
    "setup:hooks": "bash scripts/setup-hooks.sh",
    "lint": "markdownlint *.md .opencode/**/*.md install/*.md",
    "lint:fix": "markdownlint --fix *.md .opencode/**/*.md install/*.md",
    "format": "prettier --write *.md .opencode/**/*.md install/*.md",
    "validate": "npm run lint && npm run test",
    "prepublishOnly": "echo 'Skipping validation for first publish'",
    "pm:maintain": "node scripts/self-maintenance.js all",
    "pm:validate": "node scripts/self-maintenance.js validate",
    "pm:test": "node scripts/self-maintenance.js test",
    "pm:metrics": "node scripts/self-maintenance.js metrics",
    "pm:optimize": "node scripts/self-maintenance.js optimize",
    "pm:health": "node scripts/self-maintenance.js health",
    "validate:paths": "bash scripts/validate-framework-paths.sh",
    "setup:githooks": "bash scripts/setup-githooks.sh"
  },
  "keywords": [
    "ai",
    "automation",
    "opencode",
    "opencode",
    "project-management",
    "development-tools",
    "devops",
    "ci-cd",
    "github-actions",
    "azure-devops",
    "mcp",
    "model-context-protocol",
    "tdd",
    "agents",
    "workflow",
    "productivity"
  ],
  "author": {
    "name": "OpenCodeAutoPM Team",
    "email": "autopm@example.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git"
  },
  "homepage": "https://github.com/rafeekpro/OpenCodeAutoPM#readme",
  "bugs": {
    "url": "https://github.com/rafeekpro/OpenCodeAutoPM/issues"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "preferGlobal": true,
  "files": [
    "bin/",
    "lib/",
    "autopm/",
    "packages/",
    ".github/",
    "scripts/",
    "install/",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.67.0",
    "@octokit/rest": "^22.0.0",
    "azure-devops-node-api": "^15.1.1",
    "chalk": "4.1.2",
    "dotenv": "^17.2.3",
    "execa": "^9.6.0",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.3.2",
    "glob": "^11.0.3",
    "inquirer": "^12.9.6",
    "js-yaml": "^4.1.0",
    "markdown-it": "^14.1.0",
    "marked": "^16.4.0",
    "moment": "^2.29.4",
    "ora": "~5.4.1",
    "simple-git": "^3.20.0",
    "table": "^6.8.1",
    "which": "^5.0.0",
    "yaml": "^2.8.1",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@jest/globals": "^30.1.2",
    "@types/jest": "^30.0.0",
    "axios": "^1.12.2",
    "c8": "^10.1.3",
    "chai": "^6.0.1",
    "jest": "^30.1.3",
    "jest-diff": "^30.1.2",
    "jest-extended": "^6.0.0",
    "jest-html-reporter": "^4.3.0",
    "jest-junit": "^16.0.0",
    "jest-watch-typeahead": "^3.0.1",
    "markdownlint-cli": "^0.37.0",
    "mocha": "^11.7.2",
    "nock": "^14.0.10",
    "prettier": "^3.0.0",
    "sinon": "^21.0.0"
  },
  "optionalDependencies": {
    "@playwright/mcp": "^0.0.43",
    "@upstash/context7-mcp": "^1.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/rla"
  },
  "config": {
    "autopm": {
      "defaultTemplate": "https://github.com/rafeekpro/OpenCodeAutoPM.git",
      "configDir": ".opencode",
      "envFile": ".opencode/.env"
    }
  }
}
