{
  "name": "@team-monet/monet",
  "version": "1.11.0",
  "mcpName": "io.github.team-monet/monet",
  "description": "Monet — local-first, state-centric memory for coding agents. MCP server + CLI.",
  "license": "AGPL-3.0-only",
  "type": "module",
  "homepage": "https://monet.team-monet.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team-monet/monet.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/team-monet/monet/issues"
  },
  "keywords": [
    "mcp",
    "memory",
    "agent",
    "monet",
    "local-first",
    "state-centric",
    "embeddings"
  ],
  "bin": {
    "monet": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "dev:cli": "tsx watch src/cli.ts",
    "build": "node build.mjs",
    "build:cli": "node build.mjs cli",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --passWithNoTests --dir src",
    "prepack": "node build.mjs && node scripts/strip-dev-deps.mjs",
    "postpack": "node scripts/restore-dev-deps.mjs"
  },
  "dependencies": {
    "better-sqlite3": "^11.7.0"
  },
  "optionalDependencies": {
    "@huggingface/transformers": "^3.0.0"
  },
  "publishConfig": {
    "provenance": false
  },
  "packageManager": "pnpm@10.33.2"
}
