{
  "name": "@aterna/meridian",
  "version": "1.4.0",
  "description": "Meridian: the Agentic Operating System runtime. CORTEX-native cognitive memory, voice-native VAPI integration, 20-minute deployment.",
  "type": "module",
  "license": "MIT",
  "author": "ATERNA AI",
  "homepage": "https://aterna.ai/meridian",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rezzyman/meridian.git"
  },
  "bugs": {
    "url": "https://github.com/Rezzyman/meridian/issues"
  },
  "keywords": [
    "agent",
    "agent-os",
    "ai",
    "cognitive-memory",
    "memory-poisoning",
    "mcp",
    "voice",
    "cortex"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "meridian": "bin/meridian",
    "mer": "bin/meridian"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "bin",
    "dist",
    "skeleton",
    "docs",
    "scripts/mempoison/mempoison-attacks.json",
    "assets/meridian-logo.svg",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "ROADMAP.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsx watch src/cli/main.ts",
    "build": "tsup && node scripts/build-skills.mjs",
    "build:skills": "node scripts/build-skills.mjs",
    "typecheck": "tsc --noEmit",
    "format": "biome format --write .",
    "lint": "biome lint .",
    "test": "node --test --import tsx 'test/**/*.test.ts'",
    "start": "node dist/cli/main.js",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^1.2.0",
    "@ai-sdk/groq": "^1.2.9",
    "@ai-sdk/openai": "^1.3.0",
    "@fastify/websocket": "^11.0.0",
    "@inquirer/prompts": "^7.8.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "ai": "^4.3.0",
    "boxen": "^8.0.0",
    "chalk": "^5.6.0",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.0",
    "dotenv": "^16.6.0",
    "fastify": "^5.4.0",
    "gpt-tokenizer": "^2.8.1",
    "grammy": "^1.39.0",
    "node-cron": "^4.1.0",
    "ollama-ai-provider": "^1.2.0",
    "ora": "^9.0.0",
    "pdfjs-dist": "^5.7.284",
    "pino": "^9.5.0",
    "pino-pretty": "^13.0.0",
    "postgres": "^3.4.8",
    "voyageai": "^0.0.3-1",
    "yaml": "^2.8.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.0",
    "@types/node": "^22.12.0",
    "esbuild": "^0.27.0",
    "tsup": "^8.5.0",
    "tsx": "^4.20.0",
    "typescript": "^5.7.0"
  }
}
