Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

27 lines
577 B
JSON

{
"name": "claude-code-docker-sandbox",
"version": "1.0.0",
"description": "Docker sandbox for Claude Code execution with Claude Agent SDK",
"main": "docker-launcher.js",
"type": "module",
"scripts": {
"build": "docker build -t claude-sandbox .",
"clean": "docker rmi claude-sandbox || true"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.30"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"claude",
"docker",
"sandbox",
"ai",
"agent"
],
"author": "Claude Code Templates",
"license": "MIT"
}