forked from Fr4nkFletcher/Adafruit_WebSerial_ESPTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1001 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/pako": "^2.0.3",
"@types/w3c-web-serial": "^1.0.7",
"prettier": "^3.2.5",
"rollup": "^4.29.1",
"serve": "^14.2.4",
"typescript": "^5.4.3"
},
"dependencies": {
"@types/node": "^20.11.30",
"bulma": "^1.0.0",
"pako": "^2.1.0",
"tslib": "^2.8.1"
}
}