Spaces:
Running
Running
File size: 401 Bytes
a6a5d8e | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"name": "@workspace/a11oy-uds",
"version": "0.2.0",
"private": true,
"description": "A11oy UDS / Zarf payload — single-command installable A11oy bundle for Defense-Unicorns environments.",
"scripts": {
"build": "bash scripts/build.sh",
"verify": "node scripts/verify-manifest.mjs",
"verify:attestations": "node scripts/verify-attestations.mjs build build-attestations"
}
}
|