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.
37 lines
940 B
JSON
37 lines
940 B
JSON
{
|
|
"name": "@adafruit/adafruit-webserial-esptool",
|
|
"version": "6.0.0",
|
|
"description": "Flash ESP devices using WebSerial",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/adafruit/Adafruit_WebSerial_ESPTool.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
},
|
|
"author": "Melissa LeBlanc-Williams",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepublishOnly": "script/build"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/pako": "^2.0.3",
|
|
"@types/w3c-web-serial": "^1.0.6",
|
|
"prettier": "^3.2.5",
|
|
"rollup": "^4.18.0",
|
|
"serve": "^14.2.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^20.14.0",
|
|
"pako": "^2.1.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
}
|