{
  "name": "postgres-memory-mcp",
  "version": "1.0.4",
  "description": "PostgreSQL-based memory system with vector search capabilities for MCP with robust transport layer",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node --esm src/index.ts",
    "lint": "eslint src/**/*.ts",
    "test": "jest"
  },
  "keywords": [
    "mcp",
    "postgres",
    "memory",
    "vector",
    "claude",
    "anthropic"
  ],
  "author": "Suleman Manji <ssmanji89@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "@modelcontextprotocol/typescript-sdk": "file:./typescript-sdk",
    "dotenv": "^16.3.1",
    "express": "^5.0.1",
    "pg": "^8.11.3",
    "winston": "^3.10.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/node": "^20.10.0",
    "@types/pg": "^8.10.7",
    "@types/winston": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "eslint": "^8.53.0",
    "jest": "^29.7.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}
