{
  "name": "@ornexus/neocortex",
  "version": "4.60.22",
  "description": "Neocortex v4.60.22 - 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/shared/dist/nx-invoke-signature.js",
    "packages/shared/dist/command-registry-contract.js",
    "packages/shared/dist/strict-readonly.js",
    "packages/shared/dist/invocation/",
    "packages/shared/dist/generated/command-registry.generated.js",
    "packages/shared/dist/generated/invocation-schema.generated.js",
    "packages/shared/dist/yoloop/wave-decision-receipt.js",
    "!packages/client/dist/**/*.js.map",
    "!packages/client/dist/**/*.d.ts.map",
    "targets-stubs/",
    "dist/sbom.cdx.json"
  ],
  "scripts": {
    "test": "node scripts/test-root.mjs",
    "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 && node scripts/verify-compiled-invoke-signature.cjs",
    "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",
    "command-registry:generate": "npm run build:shared && node scripts/generate-command-registry.mjs",
    "command-registry:check": "npm run build:shared && node scripts/generate-command-registry.mjs --check",
    "command-registry:migrate-project": "node scripts/migrate-command-registry-project-id.mjs",
    "command-registry:migrate-claim-scope": "node scripts/migrate-epic-claim-scope.mjs",
    "test:p205-registry": "vitest run tests/p205-registry",
    "postinstall": "node postinstall.js",
    "sync": "node sync-version.js",
    "validate": "node scripts/validate-pre-publish.js",
    "validate:pre-publish": "node scripts/validate-pre-publish.js",
    "validate:client-artifacts": "node scripts/validate-client-artifacts.mjs",
    "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",
    "remotion:studio": "remotion studio remotion/index.ts --public-dir=landing/public",
    "remotion:typecheck": "tsc --noEmit -p remotion/tsconfig.json",
    "remotion:render:release": "node scripts/render-release-reel.mjs video",
    "remotion:still:release": "node scripts/render-release-reel.mjs still",
    "remotion:still:release:safe-zone": "node scripts/render-release-reel.mjs safe-zone",
    "remotion:render:release:all": "node scripts/render-release-reel.mjs all",
    "skill:sync:release-story": "node scripts/sync-remotion-release-story-skill.mjs",
    "skill:validate:release-story": "node scripts/sync-remotion-release-story-skill.mjs --check && node scripts/validate-remotion-release-story.mjs",
    "test:e2e": "bash scripts/e2e-smoke-test.sh",
    "test:tier3-stubs": "bash scripts/test-tier3-stubs.sh",
    "sbom": "bash scripts/generate-sbom.sh",
    "prepublishOnly": "npm run build && npm --prefix packages/server run build -- --noEmit && node sync-version.js && npm run sbom && node scripts/validate-pre-publish.js && 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",
    "@remotion/cli": "4.0.499",
    "@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",
    "remotion": "4.0.499",
    "storybook": "^10.4.6",
    "typescript": "^5.9.3",
    "vite": "^7.3.5"
  }
}
