{
  "name": "@touchskyer/memex",
  "mcpName": "io.github.iamtouchskyer/memex",
  "version": "0.3.3",
  "description": "Zettelkasten-based agent memory system with bidirectional links",
  "type": "module",
  "bin": {
    "memex": "dist/cli.js"
  },
  "files": [
    "dist",
    "hooks",
    "pi-extension",
    "skills",
    "docs",
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md"
  ],
  "scripts": {
    "prepare": "node -e \"const fs=require('fs'),p=require('path');if(fs.existsSync('.git')){fs.mkdirSync(p.join('.git','hooks'),{recursive:true});fs.copyFileSync(p.join('scripts','pre-commit'),p.join('.git','hooks','pre-commit'));if(process.platform!=='win32')fs.chmodSync(p.join('.git','hooks','pre-commit'),0o755)}\" || true",
    "build": "node scripts/bundle.mjs",
    "postbuild": "node scripts/postbuild.mjs",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "memory",
    "zettelkasten",
    "agent",
    "cli",
    "knowledge-management",
    "pi-package"
  ],
  "pi": {
    "extensions": [
      "pi-extension/index.ts"
    ]
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/iamtouchskyer/memex.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "commander": "^14.0.3",
    "gray-matter": "^4.0.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "esbuild": "^0.27.7",
    "happy-dom": "^20.8.4",
    "marked": "^17.0.5",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "optionalDependencies": {
    "node-llama-cpp": "^3.18.1"
  }
}
