{
  "name": "react-floating-debugger",
  "version": "2.0.1",
  "description": "Lightweight floating container for react apps",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "clear-build-folder": "rm -rf ./build",
    "transpile": "tsc",
    "fix-paths": "tsc-alias",
    "build": "yarn clear-build-folder && yarn transpile && yarn fix-paths",
    "dev": "yarn nodemon"
  },
  "keywords": [
    "react",
    "debug",
    "label",
    "debugger",
    "floating container"
  ],
  "files": [
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maks-io/react-floating-debugger.git"
  },
  "author": "Markus Kurzmann <markus@kurzmann.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maks-io/react-floating-debugger/issues"
  },
  "homepage": "https://github.com/maks-io/react-floating-debugger#readme",
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "sleep-lightweight": "^1.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.10",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "nodemon": "^3.1.9",
    "prettier": "^3.4.2",
    "tsc": "^2.0.4",
    "tsc-alias": "^1.8.10",
    "typescript": "^5.7.3"
  }
}
