aegis-q
Version:
AEGIS-Q Quantum-Resistant Protection with SNITCH MODE
23 lines (22 loc) • 610 B
JSON
{
"name": "aegis-q",
"version": "1.1.0",
"description": "AEGIS-Q Quantum-Resistant Protection with SNITCH MODE",
"main": "src/index.js",
"bin": {
"aegis-q": "./bin/aegis-simple.js",
"aegis-q-snitch": "./bin/aegis-snitch.js"
},
"scripts": {
"start": "node bin/aegis-simple.js",
"snitch": "node bin/aegis-snitch.js"
},
"keywords": ["aegis", "quantum", "protection", "security", "snitch"],
"author": "Claude AI & David Burnett",
"license": "MIT",
"homepage": "https://ao8.ai/aegis-q",
"repository": {
"type": "git",
"url": "https://github.com/ao8/aegis-q"
}
}