UNPKG

@zixe/flash-esp32-web

Version:

Flash ESP32 utility for the web using esptool-js and Web Serial API.

38 lines (37 loc) 764 B
{ "name": "@zixe/flash-esp32-web", "version": "1.1.3", "description": "Flash ESP32 utility for the web using esptool-js and Web Serial API.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/zixe/flash-esp32-web.git" }, "author": "zixe <your@email.com>", "license": "MIT", "keywords": [ "esp32", "esptool", "webserial", "flash", "firmware" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "dependencies": { "esptool-js": "^0.5.6" }, "devDependencies": { "@types/react": "^19.1.8", "@types/w3c-web-serial": "^1.0.8", "typescript": "^5.8.3" }, "scripts": { "build": "tsc" } }