{
  "name": "@djangocfg/devtools",
  "version": "2.1.528",
  "description": "Frontend devtools for django-cfg apps: error/console capture with backend ingest, plus a floating debug panel. One package, one event stream.",
  "keywords": [
    "django",
    "devtools",
    "debug-panel",
    "error-tracking",
    "monitoring",
    "react",
    "typescript"
  ],
  "author": {
    "name": "DjangoCFG",
    "url": "https://djangocfg.com"
  },
  "homepage": "https://djangocfg.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/markolofsen/django-cfg.git",
    "directory": "packages/devtools"
  },
  "bugs": {
    "url": "https://github.com/markolofsen/django-cfg/issues"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts",
      "require": "./src/index.ts"
    },
    "./server": {
      "types": "./src/server.ts",
      "import": "./src/server.ts",
      "require": "./src/server.ts"
    },
    "./styles": "./src/styles.css"
  },
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "eslint ."
  },
  "peerDependencies": {
    "@djangocfg/ui-core": "^2.1.528",
    "lucide-react": ">=0.400.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "zustand": "^5.0.0"
  },
  "devDependencies": {
    "@djangocfg/typescript-config": "^2.1.528",
    "@djangocfg/ui-core": "^2.1.528",
    "@types/node": "^25.9.5",
    "@types/react": "19.2.15",
    "lucide-react": "^0.545.0",
    "typescript": "^5.9.3",
    "zustand": "^5.0.14"
  }
}
