{
  "name": "tasmota-webserial-esptool",
  "version": "9.2.23",
  "description": "World's first tool for flashing and reading ESP devices on Android mobile devices using WebUSB. Flash & Read ESP devices using WebSerial/WebUSB - up to 10x faster flash read than esptool.py",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/Jason2866/WebSerial_ESPTool.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Johann Obermeier",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "build": "script/build",
    "format": "npm exec -- prettier --write src",
    "develop": "script/develop",
    "lint": "eslint src/",
    "lintAndFix": "eslint src/ --fix"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^25.9.1",
    "@types/pako": "^2.0.4",
    "@types/w3c-web-serial": "^1.0.8",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "prettier": "^3.8.3",
    "rollup": "^4.60.4",
    "serve": "^14.2.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.4"
  },
  "dependencies": {
    "pako": "^2.1.0",
    "tslib": "^2.8.1"
  },
  "overrides": {
    "tmp": "^0.2.4",
    "tar": "^7.5.6",
    "minimatch": "^10.2.1",
    "serialize-javascript": "^7.0.5",
    "picomatch": "^4.0.4",
    "flatted": "^3.4.2",
    "serve": {
      "ajv": "^8.18.0"
    }
  }
}
