{
  "name": "pi-terminal-math",
  "version": "0.2.0",
  "description": "Render LaTeX equations as terminal-native text in pi assistant messages",
  "type": "module",
  "license": "MIT",
  "author": "Ryan Ressmeyer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryan-ressmeyer/pi-terminal-math.git"
  },
  "homepage": "https://github.com/ryan-ressmeyer/pi-terminal-math#readme",
  "bugs": {
    "url": "https://github.com/ryan-ressmeyer/pi-terminal-math/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "latex",
    "math",
    "terminal"
  ],
  "files": [
    "index.ts",
    "latex.ts",
    "text-layout.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "vitest --run",
    "check": "tsc --noEmit",
    "prepublishOnly": "npm test && npm run check"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mathjax-full": "^3.2.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@types/node": "^24.12.4",
    "typescript": "^5.9.3",
    "vitest": "^4.1.9"
  }
}
