Files
callstack__agent-device/packages/platform-linux/package.json
Michał Pierzchała 838ed223b5 refactor: move W6 platform families behind package facades (#2116)
* refactor: move W6 platform families behind package facades

* fix: address W6 loading and composition review
2026-08-28 12:46:39 +02:00

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"
}
}
}