esptool-wrapper
Version:
Super minimal wrapper around esptool.py write_flash
18 lines (17 loc) • 482 B
JSON
{
"name": "esptool-wrapper",
"version": "1.0.4",
"description": "Super minimal wrapper around esptool.py write_flash",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ "esp32", "esp8266", "esptool", "serial", "mcu", "micro", "hardware" ],
"author": "Morgan Allen <morganrallen@gmail.com>",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"debug": "^3.1.0",
"minimist": "^1.2.0"
}
}