{
  "name": "@foxfirecodes/pi-usage",
  "version": "0.1.1",
  "description": "Pi extension that reports token usage and cost for the current session or all persisted sessions.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "tokens",
    "usage",
    "cost"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxfirecodes/pi-extensions.git",
    "directory": "packages/pi-usage"
  },
  "bugs": {
    "url": "https://github.com/foxfirecodes/pi-extensions/issues"
  },
  "homepage": "https://github.com/foxfirecodes/pi-extensions/tree/main/packages/pi-usage#readme",
  "pi": {
    "extensions": [
      "./extensions/pi-usage.js"
    ]
  },
  "scripts": {
    "test": "node --test test/*.test.js"
  }
}