{
  "name": "@tezx/devtools",
  "version": "4.0.9",
  "description": "Developer tools for the TezX framework, including route inspector, cookie manager, and real-time diagnostics. Lightweight and plug-and-play compatible with Node.js, Bun, and Deno.",
  "type": "module",
  "main": "cjs/index.cjs",
  "module": "index.js",
  "types": "index.d.ts",
  "typings": "index.d.ts",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/tezxjs/tezx-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/tezxjs/tezx-toolkit/issues"
  },
  "homepage": "https://github.com/tezxjs/tezx-toolkit/tree/main/helpers/tezx-devtools#readme",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./cjs/index.js",
      "types": "./index.d.ts"
    }
  },
  "sideEffects": false,
  "files": [
    "cjs/",
    "html/",
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "devtools",
    "tezx",
    "debugging",
    "developer-tools",
    "route-inspector",
    "cookie-manager",
    "inspector",
    "bun"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.0"
  },
  "author": "SRAKIB17",
  "license": "MIT"
}