a11oy / packages /qec-integrity /package.json
betterwithage's picture
sync(space): full source mirror — resolve all GitHub<->Space drift (CTO)
a6a5d8e verified
Raw
History Blame
406 Bytes
{
"name": "@szl-holdings/a11oy-qec-integrity",
"version": "0.1.0",
"description": "QEC-derived receipt integrity primitives (Hamming, Shor, CSS, Kitaev) for a11oy",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "Apache-2.0",
"author": "Stephen P. Lutar",
"repository": "github:szl-holdings/a11oy",
"publishConfig": {
"access": "restricted"
}
}