{
  "name": "@raven-js/cortex",
  "description": "Zero-dependency machine learning, AI, and data processing library for modern JavaScript",
  "version": "0.4.48",
  "type": "module",
  "files": [
    "**/*.js",
    "*.d.ts",
    "**/README.md",
    "LICENSE",
    "media/**/*",
    "static/**/*",
    "!**/*.test.js"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.js"
    },
    "./learning": {
      "import": "./learning/index.js",
      "types": "./learning/index.js"
    },
    "./structures": {
      "import": "./structures/index.js",
      "types": "./structures/index.js"
    },
    "./temporal": {
      "import": "./temporal/index.js",
      "types": "./temporal/index.js"
    },
    "./language": {
      "import": "./language/index.js",
      "types": "./language/index.js"
    },
    "./visual": {
      "import": "./visual/index.js",
      "types": "./visual/index.js"
    },
    "./primitives": {
      "import": "./primitives/index.js",
      "types": "./primitives/index.js"
    },
    "./parsing": {
      "import": "./parsing/index.js",
      "types": "./parsing/index.js"
    },
    "./relay": {
      "import": "./relay/index.js",
      "types": "./relay/index.js"
    }
  },
  "scripts": {
    "nest:validate": "node ../nest/bin/nest.js validate",
    "nest:docs": "node ../nest/bin/nest.js build-docs",
    "test": "npm run nest:validate && npm run test:types && npm run test:style && npm run test:code",
    "test:code": "timeout 120s node --no-warnings --test --test-reporter=dot",
    "test:coverage": "node --no-warnings --test --experimental-test-coverage --test-coverage-exclude='**/*.test.js'",
    "test:style": "npx biome lint --error-on-warnings ./",
    "test:types": "tsc --noEmit --project jsconfig.json"
  },
  "keywords": [
    "machine-learning",
    "ai",
    "artificial-intelligence",
    "data-processing",
    "statistics",
    "analytics",
    "llm",
    "neural-networks",
    "calculations",
    "sqlite",
    "data-transforms",
    "zero-dependency",
    "modern-javascript",
    "esm",
    "library",
    "toolkit",
    "raven"
  ],
  "author": {
    "name": "Anonyfox",
    "email": "max@anonyfox.com",
    "url": "https://anonyfox.com"
  },
  "license": "MIT",
  "homepage": "https://ravenjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/Anonyfox/raven-js.git"
  },
  "bugs": {
    "url": "https://github.com/Anonyfox/raven-js/issues"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Anonyfox"
  }
}
