the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 65 lines 1.5 kB view raw
1{ 2 "name": "@pocketenv/cli", 3 "main": "dist/index.js", 4 "bin": { 5 "pocketenv": "dist/index.js" 6 }, 7 "version": "0.7.1", 8 "type": "module", 9 "keywords": [ 10 "sandbox", 11 "atproto", 12 "bluesky", 13 "cli", 14 "agent", 15 "openclaw", 16 "microvm" 17 ], 18 "description": "Open, interoperable sandbox platform for agents and humans 📦 ✨", 19 "author": "Tsiry Sandratraina <tsiry.sndr@pocketenv.io>", 20 "license": "MPL-2.0", 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/pocketenv-io/pocketenv" 24 }, 25 "scripts": { 26 "dev": "tsx ./src/index.ts", 27 "build": "./build.ts && chmod +x ./dist/index.js", 28 "test": "vitest run", 29 "test:watch": "vitest" 30 }, 31 "peerDependencies": { 32 "typescript": "^5" 33 }, 34 "devDependencies": { 35 "@types/bun": "^1.3.12", 36 "@types/cors": "^2.8.19", 37 "@types/eventsource": "^1.1.15", 38 "@types/express": "^5.0.6", 39 "@types/ws": "^8.18.1", 40 "tsx": "^4.21.0", 41 "vitest": "^4.1.2" 42 }, 43 "dependencies": { 44 "@inquirer/prompts": "^8.3.0", 45 "@pocketenv/sdk": "^0.2.10", 46 "axios": "^1.13.6", 47 "chalk": "^5.6.2", 48 "cli-table3": "^0.6.5", 49 "commander": "^14.0.3", 50 "consola": "^3.4.2", 51 "cors": "^2.8.6", 52 "dayjs": "^1.11.20", 53 "effect": "^3.19.19", 54 "envalid": "^8.1.1", 55 "eventsource": "^4.1.0", 56 "express": "^5.2.1", 57 "ignore": "^7.0.5", 58 "libsodium-wrappers": "^0.8.2", 59 "open": "^11.0.0", 60 "ora": "^9.3.0", 61 "tar": "^7.5.13", 62 "ws": "^8.19.0", 63 "zod": "^4.3.6" 64 } 65}