Spaces:
Running
Running
| { | |
| "name": "@szl-holdings/sparse-attention-kit", | |
| "version": "0.1.0", | |
| "private": false, | |
| "description": "Typed sparse-attention envelope + contradiction probe + two-level commit + recorded router + IO-budget receipts. Re-expressed from MiniMax M1/M2, DeepSeek NSA, Moonshot MoBA, and Tri Dao FlashAttention against Doctrine V6. Ships receipt classes only — no CUDA kernel.", | |
| "type": "module", | |
| "main": "./src/index.ts", | |
| "types": "./src/index.ts", | |
| "exports": { | |
| ".": { "types": "./src/index.ts", "import": "./src/index.ts" }, | |
| "./envelope": { "types": "./src/envelope.ts", "import": "./src/envelope.ts" }, | |
| "./contradiction-probe": { "types": "./src/contradiction-probe.ts", "import": "./src/contradiction-probe.ts" }, | |
| "./two-level-commit": { "types": "./src/two-level-commit.ts", "import": "./src/two-level-commit.ts" }, | |
| "./recorded-router": { "types": "./src/recorded-router.ts", "import": "./src/recorded-router.ts" }, | |
| "./io-budget": { "types": "./src/io-budget.ts", "import": "./src/io-budget.ts" }, | |
| "./receipts": { "types": "./src/receipts.ts", "import": "./src/receipts.ts" } | |
| }, | |
| "scripts": { | |
| "typecheck": "tsc --noEmit", | |
| "test": "vitest run --passWithNoTests" | |
| }, | |
| "license": "UNLICENSED", | |
| "devDependencies": { | |
| "@types/node": "catalog:", | |
| "typescript": "catalog:", | |
| "vitest": "catalog:" | |
| } | |
| } | |