{
  "name": "vasperamemory",
  "version": "1.42.0",
  "mcpName": "io.github.RCOLKITT/vasperamemory",
  "description": "Universal AI memory layer with seamless auto-setup for Claude Code, Cursor, Windsurf, and GitHub Copilot. Intelligent Learning, token savings metrics (tiktoken), and more!",
  "main": "dist/index.js",
  "bin": {
    "vasperamemory": "./dist/cli.js",
    "vaspera-mcp": "./dist/mcp-server.js",
    "vaspera-mcp-local": "./dist/local-server.js",
    "vaspera-server": "./dist/http-server.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "test": "jest --passWithNoTests",
    "test:manual": "node dist/cli.js --help",
    "validate": "npm run build && npm run test:manual"
  },
  "keywords": [
    "ai",
    "mcp",
    "memory",
    "claude",
    "cursor",
    "windsurf",
    "copilot",
    "ai-tools",
    "development",
    "local-first",
    "offline",
    "privacy",
    "sqlite",
    "langchain",
    "llamaindex",
    "vercel-ai",
    "workflow-detection",
    "attribute-learning",
    "entity-extraction",
    "intelligent-learning"
  ],
  "author": "Vaspera Capital",
  "license": "MIT",
  "homepage": "https://vasperamemory.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RCOLKITT/VasperaMemory.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/RCOLKITT/VasperaMemory/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.4",
    "@vasperacapital/vaspera-shared": "~0.1.0",
    "better-sqlite3": "^11.5.0",
    "canonicalize": "~1.0.8",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "glob": "^10.3.10",
    "inquirer": "^9.2.15",
    "node-fetch": "^3.3.2",
    "ora": "^8.0.1",
    "tiktoken": "~1.0.22",
    "zod": "~3.25.76"
  },
  "devDependencies": {
    "@jest/globals": "~29.7.0",
    "@types/better-sqlite3": "^7.6.11",
    "@types/inquirer": "~9.0.9",
    "@types/jest": "~29.5.14",
    "@types/node": "~22.20.1",
    "@types/node-fetch": "~2.6.13",
    "jest": "~29.7.0",
    "ts-jest": "~29.4.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
