{
  "name": "@aiox-squads/core",
  "version": "5.4.1",
  "description": "Synkra AIOX: AI-Orchestrated System for Full Stack Development - Core Framework",
  "bin": {
    "aiox": "bin/aiox.js",
    "aiox-core": "bin/aiox.js",
    "aiox-minimal": "bin/aiox-minimal.js",
    "aiox-graph": "bin/aiox-graph.js",
    "aiox-delegate": "bin/aiox-delegate.js"
  },
  "preferGlobal": false,
  "workspaces": [
    "packages/*"
  ],
  "files": [
    "bin/",
    "scripts/",
    "packages/",
    ".aiox-core/",
    ".claude/CLAUDE.md",
    ".claude/settings.json",
    ".claude/agents/",
    ".claude/commands/",
    ".claude/skills/",
    ".claude/rules/",
    ".claude/hooks/",
    "docs/guides/",
    "docs/installation/",
    "docs/examples/",
    "docs/community/",
    "docs/legal/",
    "docs/security/",
    "docs/aiox-workflows/",
    "docs/aiox-agent-flows/",
    "docs/framework/",
    "docs/en/",
    "docs/es/",
    "docs/pt/",
    "docs/zh/",
    "docs/*.md",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    "./resilience": "./.aiox-core/core/resilience/index.js",
    "./resilience/agent-immortality": "./.aiox-core/core/resilience/agent-immortality.js",
    "./bin/*": "./bin/*",
    "./installer/aiox-core-installer": "./packages/installer/src/installer/aiox-core-installer.js",
    "./installer/enterprise-detector": "./packages/installer/src/enterprise/enterprise-detector.js",
    "./installer/enterprise-errors": "./packages/installer/src/enterprise/enterprise-errors.js",
    "./installer/enterprise-manifest-loader": "./packages/installer/src/enterprise/enterprise-manifest-loader.js",
    "./installer/enterprise-rollback": "./packages/installer/src/enterprise/enterprise-rollback.js",
    "./installer/enterprise-upgrader": "./packages/installer/src/enterprise/enterprise-upgrader.js",
    "./installer/enterprise-upgrade-plan": "./packages/installer/src/enterprise/enterprise-upgrade-plan.js",
    "./installer/pro-scaffolder": "./packages/installer/src/pro/pro-scaffolder.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "format": "prettier --write \"**/*.md\"",
    "build": "node bin/utils/validate-publish.js",
    "test": "jest",
    "test:ci": "jest --runInBand --forceExit",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:e2e:installed-skills": "node scripts/e2e/installed-skills-smoke.js",
    "test:e2e:pro-enterprise-upgrade": "node scripts/e2e/pro-to-enterprise-upgrade-smoke.js",
    "test:health-check": "mocha tests/health-check/**/*.test.js --timeout 30000",
    "lint": "eslint . --cache --cache-location .eslintcache",
    "typecheck": "tsc --noEmit",
    "release": "semantic-release",
    "release:test": "semantic-release --dry-run --no-ci || echo 'Config test complete - authentication errors are expected locally'",
    "generate:manifest": "node scripts/generate-install-manifest.js",
    "validate:manifest": "node scripts/validate-manifest.js",
    "validate:registry-determinism": "node scripts/validate-registry-determinism.js",
    "validate:structure": "node .aiox-core/infrastructure/scripts/source-tree-guardian/index.js",
    "validate:agents": "node .aiox-core/infrastructure/scripts/validate-agents.js",
    "sync:ide": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync",
    "sync:ide:validate": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate",
    "sync:ide:check": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --strict",
    "sync:ide:claude": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide claude-code",
    "sync:ide:codex": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide codex",
    "sync:ide:gemini": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide gemini",
    "sync:ide:github-copilot": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide github-copilot",
    "sync:ide:antigravity": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide antigravity",
    "validate:claude-sync": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --ide claude-code --strict",
    "validate:claude-integration": "node .aiox-core/infrastructure/scripts/validate-claude-integration.js",
    "validate:codex-sync": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --ide codex --strict",
    "validate:codex-integration": "node .aiox-core/infrastructure/scripts/validate-codex-integration.js",
    "validate:gemini-sync": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --ide gemini --strict",
    "validate:github-copilot-sync": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --ide github-copilot --strict",
    "validate:antigravity-sync": "node .aiox-core/infrastructure/scripts/ide-sync/index.js validate --ide antigravity --strict",
    "validate:gemini-integration": "node .aiox-core/infrastructure/scripts/validate-gemini-integration.js",
    "sync:skills:codex": "node .aiox-core/infrastructure/scripts/codex-skills-sync/index.js",
    "sync:skills:codex:global": "node .aiox-core/infrastructure/scripts/codex-skills-sync/index.js --global --global-only",
    "setup:codex-skills": "node .aiox-core/infrastructure/scripts/codex-skills-sync/bootstrap.js",
    "setup:codex-skills:dry": "node .aiox-core/infrastructure/scripts/codex-skills-sync/bootstrap.js --dry-run",
    "validate:codex-skills": "node .aiox-core/infrastructure/scripts/codex-skills-sync/validate.js --strict",
    "validate:codex-skills:self-test": "node .aiox-core/infrastructure/scripts/codex-skills-sync/validate.js --strict --self-test",
    "sync:skills:grok": "node .aiox-core/infrastructure/scripts/grok-skills-sync/index.js",
    "sync:skills:grok:dry": "node .aiox-core/infrastructure/scripts/grok-skills-sync/index.js --dry-run",
    "validate:skills:grok": "node .aiox-core/infrastructure/scripts/grok-skills-sync/validate.js --strict",
    "validate:skills:grok:soft": "node .aiox-core/infrastructure/scripts/grok-skills-sync/validate.js",
    "repair:agent-references": "node .aiox-core/infrastructure/scripts/repair-agent-references.js",
    "validate:paths": "node .aiox-core/infrastructure/scripts/validate-paths.js",
    "validate:parity": "node .aiox-core/infrastructure/scripts/validate-parity.js",
    "validate:semantic-lint": "node scripts/semantic-lint.js",
    "manifest:ensure": "node scripts/ensure-manifest.js",
    "sync:ide:cursor": "node .aiox-core/infrastructure/scripts/ide-sync/index.js sync --ide cursor",
    "validate:publish": "node bin/utils/validate-publish.js",
    "prepublishOnly": "node bin/utils/validate-publish.js && npm run generate:manifest && npm run validate:manifest",
    "prepare": "husky",
    "validate:aiox-core-namespace": "node scripts/validate-aiox-core-namespace.js",
    "validate:port-denylist": "node scripts/validate-port-denylist.js",
    "diff:framework-3way": "node .aiox-core/infrastructure/scripts/framework-3way-diff.js",
    "sdc": "node bin/aiox.js sdc",
    "wave": "node bin/aiox.js wave"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "@kayvan/markdown-tree-parser": "^1.5.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "ansi-to-html": "^0.7.2",
    "asciichart": "^1.5.25",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "cli-progress": "^3.12.0",
    "commander": "^12.1.0",
    "execa": "^5.1.1",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.2",
    "glob": "^10.4.4",
    "handlebars": "^4.7.8",
    "inquirer": "^8.2.6",
    "js-yaml": "^4.1.0",
    "node-machine-id": "^1.1.12",
    "ora": "^5.4.1",
    "picocolors": "^1.1.1",
    "proper-lockfile": "^4.1.2",
    "semver": "^7.7.2",
    "tar": "^7.5.7",
    "validator": "^13.15.15"
  },
  "keywords": [
    "ai",
    "aiox",
    "agile",
    "agents",
    "orchestrator",
    "fullstack",
    "development",
    "cli",
    "cross-platform",
    "interactive",
    "wizard",
    "modern-ux",
    "vite-style",
    "automation"
  ],
  "author": "Synkra AIOX Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SynkraAI/aiox-core.git"
  },
  "bugs": {
    "url": "https://github.com/SynkraAI/aiox-core/issues"
  },
  "homepage": "https://github.com/SynkraAI/aiox-core#readme",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.46.2",
    "@typescript-eslint/parser": "^8.46.2",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "eslint": "^9.38.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "lint-staged": "^16.1.1",
    "mocha": "^11.7.5",
    "prettier": "^3.5.3",
    "semantic-release": "^25.0.2",
    "typescript": "^5.9.3",
    "yaml-lint": "^1.7.0"
  },
  "lint-staged": {
    "*.{js,mjs,cjs,ts}": [
      "eslint --fix --cache --cache-location .eslintcache",
      "prettier --write"
    ],
    "*.md": [
      "prettier --write",
      "node scripts/semantic-lint.js --staged"
    ],
    ".aiox-core/development/agents/*.md": [
      "npm run sync:ide"
    ]
  },
  "overrides": {
    "tar": "^7.5.7",
    "diff": "^8.0.3",
    "fast-uri": "^3.1.2",
    "serialize-javascript": "^7.0.5",
    "test-exclude": "^7.0.1"
  }
}
