This commit is contained in:
Developers Digest
2025-08-08 09:04:33 -04:00
parent 0e883102ed
commit 1629e12079
73 changed files with 24502 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "e2b-tests",
"version": "1.0.0",
"type": "module",
"scripts": {
"test:basic": "node test-sandbox-basic.js",
"test:operations": "node test-sandbox-operations.js",
"test:all": "npm run test:basic && npm run test:operations"
},
"dependencies": {
"@e2b/code-interpreter": "^1.5.1",
"@e2b/sdk": "^0.12.5",
"dotenv": "^16.0.3"
}
}