Full security platform with web dashboard, 16 Flask blueprints, 26 modules, autonomous AI agent, WebUSB hardware support, and Archon Android companion app. Includes Hash Toolkit, debug console, anti-stalkerware shield, Metasploit/RouterSploit integration, WireGuard VPN, OSINT reconnaissance, and multi-backend LLM support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|