{
  "name": "@martintrojer/murmur",
  "version": "0.5.2",
  "description": "Agent state across every machine you work on, in one view.",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "license": "MIT",
  "author": "Martin Trojer <martin.trojer@gmail.com>",
  "homepage": "https://github.com/martintrojer/murmur",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martintrojer/murmur.git"
  },
  "keywords": [
    "tmux",
    "agents",
    "ai",
    "pi-coding-agent",
    "pi-package",
    "ssh"
  ],
  "engines": {
    "node": ">=20"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./extension-store": "./dist/extension/store.js"
  },
  "bin": {
    "murmur": "./dist/cli.js"
  },
  "files": [
    "dist",
    "docs/dash.png",
    "docs/setup.md",
    "docs/VOCABULARY.md",
    "README.md",
    "ARCHITECTURE.md",
    "CHANGELOG.md",
    "SSH.md"
  ],
  "scripts": {
    "build": "tsup",
    "test": "npm run build && vitest run",
    "test:only": "vitest run",
    "test:private-tmux-e2e": "npm run build && node scripts/private-tmux-e2e.mjs",
    "lint": "biome check --error-on-warnings src test scripts",
    "lint:fix": "biome check --write src test scripts",
    "format": "biome format --write src test scripts",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm run lint && npm run test",
    "prepare": "npm run build && node scripts/install-hooks.mjs"
  },
  "dependencies": {
    "better-sqlite3": "^13.0.2",
    "commander": "^15.0.0",
    "ink": "^7.1.1",
    "react": "^19.3.0",
    "string-width": "^8.2.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.6",
    "@types/better-sqlite3": "^9.6.0",
    "@types/node": "^22.10.0",
    "@types/react": "^19.3.0",
    "@typescript/native": "npm:typescript@^7.0.2",
    "tsup": "^8.3.5",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vitest": "^4.1.10"
  }
}
