{
  "name": "@sherif-fanous/pi-rtk",
  "version": "0.6.0",
  "description": "Pi extension that routes bash commands through rtk (Rust Token Killer) for LLM token savings",
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-package",
    "rtk"
  ],
  "homepage": "https://github.com/sherif-fanous/pi-rtk#readme",
  "bugs": {
    "url": "https://github.com/sherif-fanous/pi-rtk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sherif-fanous/pi-rtk.git"
  },
  "license": "MIT",
  "author": "Sherif Fanous",
  "type": "module",
  "files": [
    "*.ts",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "prettier": {
    "importOrder": [
      "<BUILTIN_MODULES>",
      "",
      "<THIRD_PARTY_MODULES>"
    ],
    "importOrderTypeScriptVersion": "6.0.0",
    "plugins": [
      "@ianvs/prettier-plugin-sort-imports"
    ]
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@eslint/js": "^10.0.1",
    "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/node": "^25.5.0",
    "eslint": "^10.3.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-perfectionist": "^5.9.0",
    "eslint-plugin-unicorn": "^64.0.0",
    "fallow": "^2.71.1",
    "prettier": "^3.8.1",
    "sort-package-json": "^3.6.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "format": "prettier --write .",
    "format-check": "prettier --check *.ts",
    "lint": "eslint .",
    "sort-package-json": "npx sort-package-json",
    "type-check": "tsc --noEmit"
  }
}