You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
792 B
JSON
30 lines
792 B
JSON
{
|
|
"name": "adafruit-webserial-esptool",
|
|
"version": "5.2.0",
|
|
"description": "Flash ESP devices using WebSerial",
|
|
"main": "dist/index.js",
|
|
"repository": "https://github.com/adafruit/WebSerial_ESPTool",
|
|
"author": "Melissa LeBlanc-Williams",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepublishOnly": "script/build"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@types/pako": "^2.0.0",
|
|
"@types/w3c-web-serial": "^1.0.3",
|
|
"prettier": "^2.8.5",
|
|
"rollup": "^2.48.0",
|
|
"serve": "^14.2.0",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^18.15.3",
|
|
"pako": "^2.1.0",
|
|
"tslib": "^2.5.0"
|
|
}
|
|
}
|