Files
sproutclaw/packages/coding-agent/examples/extensions/sandbox/package.json
Mario Zechner f4efeb2ba5 Release v0.71.0
2026-05-01 01:03:02 +02:00

20 lines
344 B
JSON

{
"name": "pi-extension-sandbox",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.26"
}
}