initial
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user