mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"name": "@sandbox-agent/example-shared",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/sandbox-agent-client.ts"
|
|
}
|
|
}
|