{
  "name": "@ornexus/neocortex",
  "version": "4.63.3",
  "description": "Neocortex v4.63.3 - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code",
  "keywords": [
    "claude",
    "claude-code",
    "agent",
    "orchestrator",
    "development-workflow",
    "epic",
    "story",
    "automation",
    "ai-agent",
    "llm",
    "devops",
    "ci-cd",
    "git-workflow",
    "pull-request",
    "code-review"
  ],
  "author": {
    "name": "OrNexus Team",
    "url": "https://github.com/ornexus-ai"
  },
  "license": "BSL-1.1",
  "licensing": {
    "type": "Business Source License 1.1",
    "url": "https://github.com/OrNexus-AI/neocortex/blob/main/LICENSE",
    "commercial": "https://github.com/OrNexus-AI/neocortex/blob/main/LICENSE-COMMERCIAL.md"
  },
  "workspaces": [
    "packages/shared",
    "packages/core",
    "packages/client",
    "packages/server"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OrNexus-AI/neocortex.git"
  },
  "homepage": "https://github.com/ornexus-ai/neocortex#readme",
  "bugs": {
    "url": "https://github.com/ornexus-ai/neocortex/issues"
  },
  "bin": {
    "neocortex": "install.js",
    "neocortex-client": "packages/client/dist/cli.js",
    "neocortex-runner": "packages/client/dist/runner-cli.js"
  },
  "files": [
    "README.md",
    "LICENSE",
    "LICENSE-COMMERCIAL.md",
    "install.js",
    "install.sh",
    "install.ps1",
    "docs/install/linux-global-install.md",
    "docs/install/coderabbit-manual-setup.md",
    "docs/install/installer-diagnostics.md",
    "postinstall.js",
    "packages/client/dist/",
    "!packages/client/dist/**/*.js.map",
    "!packages/client/dist/**/*.d.ts.map",
    "targets-stubs/",
    "dist/sbom.cdx.json"
  ],
  "scripts": {
    "test": "node scripts/test-root.mjs",
    "test:fast": "npm --prefix packages/server test -- public-output-ip-dlp protected-execution-worker invoke-e2e arch-plan-brownfield-ux arch-plan-product-experience p201-zero-pi-arch-plan-e2e && npm --prefix packages/client test -- platform-detector invoke project-evidence-collector public-execution/dispatch && npm --prefix packages/shared test -- public-execution-contract project-evidence-contract",
    "test:pr": "npm run test:fast && npm --prefix packages/shared run build && npm --prefix packages/client run build && npm --prefix packages/client test -- tarball-validation stubs-integrity p155-install-regression-suite && npm --prefix packages/server run build -- --noEmit",
    "test:release": "npx vitest run --config vitest.config.ts packages/shared/src packages/core/src && npm run build && npm --prefix packages/client test && npm test -- --runInBand && npm run test:fast && npm --prefix packages/server test -- p201-zero-pi-public-safety p201-downstream-ux-propagation p201-encrypted-asset-bundle p201-encrypted-production-deploy shared-types-sync quota-v2-flags && npm --prefix packages/server run build -- --noEmit && npm --prefix packages/server run bundle && npm run storybook:build && npm run storybook:smoke && npm run sbom && npm run validate && bash scripts/ip-leak-scan.sh --skip-docker --check=1 --version $(node -p \"require('./package.json').version\")",
    "build": "npm run build -w packages/shared && npm run build -w packages/client && node scripts/strip-source-map-comments.js && node scripts/minify-client-dist.mjs",
    "build:clean": "rm -rf packages/shared/dist packages/client/dist && npm run build",
    "build:client": "npm run build -w packages/client",
    "build:shared": "npm run build -w packages/shared",
    "postinstall": "node postinstall.js",
    "sync": "node sync-version.js",
    "validate": "node scripts/validate-pre-publish.js",
    "validate:bash": "bash scripts/validate-pre-publish.sh",
    "admin:dev": "cd admin && npm run dev",
    "admin:build": "cd admin && npm run build",
    "admin:test": "cd admin && npm run test",
    "admin:lint": "cd admin && npm run lint",
    "portal:dev": "cd portal && npm run dev",
    "portal:build": "cd portal && npm run build",
    "portal:test": "cd portal && npm run test",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build --output-dir storybook-static",
    "storybook:smoke": "node scripts/storybook-smoke-a11y-check.js",
    "test:e2e": "bash scripts/e2e-smoke-test.sh",
    "sbom": "bash scripts/generate-sbom.sh",
    "prepublishOnly": "npm run build && npm --prefix packages/server run build -- --noEmit && node scripts/validate-pre-publish.js && node sync-version.js && npm run sbom && node -e \"const p=require('./package.json');const fs=require('fs');p.description='Neocortex v'+p.version+' - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code';fs.writeFileSync('./package.json',JSON.stringify(p,null,2)+'\\n');console.log('Publishing Neocortex v'+p.version+'...')\"",
    "version": "npm run sync && echo 'Nova versao:' && cat package.json | grep version"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ornexus"
  },
  "dependencies": {
    "@clack/prompts": "^1.0.1",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "execa": "^9.6.1",
    "node-cache": "^5.1.2",
    "picocolors": "^1.1.1",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "better-sqlite3": "^12.11.1"
  },
  "devDependencies": {
    "@cyclonedx/cyclonedx-npm": "^2.0.0",
    "@storybook/addon-a11y": "^10.4.6",
    "@storybook/addon-docs": "^10.4.6",
    "@storybook/react-vite": "^10.4.6",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "storybook": "^10.4.6",
    "typescript": "^5.9.3",
    "vite": "^7.3.5"
  }
}
