Autarch Will Control The Internet
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "autarch-hw-libs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Build-time only: bundles WebUSB/Web Serial libraries for AUTARCH hardware module",
|
||||
"scripts": {
|
||||
"build": "bash scripts/build-hw-libs.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.24.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "^2.5.1",
|
||||
"@yume-chan/adb-daemon-webusb": "^2.3.2",
|
||||
"@yume-chan/stream-extra": "^2.1.0",
|
||||
"android-fastboot": "^1.1.3",
|
||||
"esptool-js": "^0.5.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user