Files
pi_harness/packages/coding-agent/examples/extensions/sandbox/package.json
T
Mario Zechner 9c480b6ad2 Release v0.81.0
2026-07-21 15:28:05 +02:00

20 lines
344 B
JSON

{
"name": "pi-extension-sandbox",
"private": true,
"version": "1.11.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"
}
}