Spaces:
Running
Running
| { | |
| "name": "@szl-holdings/perception-loop", | |
| "version": "0.1.0", | |
| "private": false, | |
| "description": "Operator-loop perception envelope — typed wrapper around multi-head browser perception (face/body/hand/iris/gesture/liveness) with a single PerceptionEnvelope shape. Sibling to seeing-eye (agent vision); this serves operator/reviewer/scene-actor presence.", | |
| "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" }, | |
| "./pipeline": { "types": "./src/pipeline.ts", "import": "./src/pipeline.ts" }, | |
| "./liveness": { "types": "./src/liveness.ts", "import": "./src/liveness.ts" } | |
| }, | |
| "scripts": { | |
| "typecheck": "tsc --noEmit", | |
| "test": "vitest run --passWithNoTests" | |
| }, | |
| "license": "UNLICENSED", | |
| "devDependencies": { | |
| "@types/node": "catalog:", | |
| "typescript": "catalog:", | |
| "vitest": "catalog:" | |
| } | |
| } | |