{
    "name": "esptool-react",
    "version": "0.1.3",
    "author": "Zach Grimaldi",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zpg6/esptool-react.git"
    },
    "license": "MIT",
    "description": "React hooks and context for programming and monitoring ESP32 devices using WebSerial",
    "keywords": [
        "esp32",
        "webserial",
        "react",
        "esptool",
        "esptool-js",
        "esp-idf"
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "format": "prettier --write .",
        "test": "bun test",
        "test:watch": "bun test --watch"
    },
    "peerDependencies": {
        "react": "^17.0.0 || ^18.0.0"
    },
    "dependencies": {
        "esptool-js": "^0.5.4",
        "web-serial-polyfill": "^1.0.13"
    },
    "devDependencies": {
        "@types/react": "^18.2.45",
        "prettier": "^3.5.3",
        "react": "^18.2.0",
        "tslib": "^2.6.2",
        "typescript": "^5.3.3",
        "bun-types": "latest"
    },
    "files": [
        "dist"
    ]
}
