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