Files
open-lovable/test/package.json
T
Developers Digest 1629e12079 initial
2025-08-08 09:04:33 -04:00

16 lines
373 B
JSON

{
"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"
}
}