mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
a8ee397168
* test(ios): add snapshot engine conformance gates * test(ios): align differential acquisition inputs * fix(ios): gate Swift differential on macOS * test(ios): keep differential coverage host-aware * test(ios): own snapshot differential on macOS
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "@agent-device/capture-kit",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Private host and durable-capture mechanics shared by platform runtimes, providers, and daemon orchestration: process execution, diagnostics, archives, PNG tooling, and request-scoped plumbing.",
|
|
"dependencies": {
|
|
"@agent-device/contracts": "workspace:*",
|
|
"@agent-device/host-kit": "workspace:*",
|
|
"@agent-device/kernel": "workspace:*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./ios-snapshot-planning": {
|
|
"types": "./src/ios-snapshot-planning.ts",
|
|
"default": "./src/ios-snapshot-planning.ts"
|
|
},
|
|
"./ios-snapshot-engine": {
|
|
"types": "./src/ios-snapshot-engine/index.ts",
|
|
"default": "./src/ios-snapshot-engine/index.ts"
|
|
},
|
|
"./mobile-snapshot-semantics": {
|
|
"types": "./src/mobile-snapshot-semantics.ts",
|
|
"default": "./src/mobile-snapshot-semantics.ts"
|
|
},
|
|
"./png": {
|
|
"types": "./src/png.ts",
|
|
"default": "./src/png.ts"
|
|
},
|
|
"./png-resize": {
|
|
"types": "./src/png-resize.ts",
|
|
"default": "./src/png-resize.ts"
|
|
},
|
|
"./png-rgb-difference": {
|
|
"types": "./src/png-rgb-difference.ts",
|
|
"default": "./src/png-rgb-difference.ts"
|
|
},
|
|
"./png-size": {
|
|
"types": "./src/png-size.ts",
|
|
"default": "./src/png-size.ts"
|
|
},
|
|
"./png-worker-client": {
|
|
"types": "./src/png-worker-client.ts",
|
|
"default": "./src/png-worker-client.ts"
|
|
},
|
|
"./screenshot-density": {
|
|
"types": "./src/screenshot-density.ts",
|
|
"default": "./src/screenshot-density.ts"
|
|
},
|
|
"./screenshot-diff-pixels": {
|
|
"types": "./src/screenshot-diff-pixels.ts",
|
|
"default": "./src/screenshot-diff-pixels.ts"
|
|
},
|
|
"./snapshot-desktop-projection": {
|
|
"types": "./src/snapshot-desktop-projection.ts",
|
|
"default": "./src/snapshot-desktop-projection.ts"
|
|
},
|
|
"./snapshot-occlusion": {
|
|
"types": "./src/snapshot-occlusion.ts",
|
|
"default": "./src/snapshot-occlusion.ts"
|
|
},
|
|
"./snapshot-quality-backend-capabilities": {
|
|
"types": "./src/snapshot-quality-backend-capabilities.ts",
|
|
"default": "./src/snapshot-quality-backend-capabilities.ts"
|
|
},
|
|
"./snapshot-quality-verdict": {
|
|
"types": "./src/snapshot-quality-verdict.ts",
|
|
"default": "./src/snapshot-quality-verdict.ts"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/pngjs": "^6.0.5",
|
|
"fast-check": "^4.9.0",
|
|
"pngjs": "^7.0.0"
|
|
}
|
|
}
|