mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
838ed223b5
* refactor: move W6 platform families behind package facades * fix: address W6 loading and composition review
20 lines
513 B
JSON
20 lines
513 B
JSON
{
|
|
"name": "@agent-device/platform-linux",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Linux-family platform runtime metadata and implementations for agent-device.",
|
|
"dependencies": {
|
|
"@agent-device/capture-kit": "workspace:*",
|
|
"@agent-device/contracts": "workspace:*",
|
|
"@agent-device/host-kit": "workspace:*",
|
|
"@agent-device/kernel": "workspace:*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
}
|
|
}
|