Spaces:
Running
Running
File size: 1,016 Bytes
a6a5d8e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"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:"
}
}
|