Files
e2b-dev--e2b/tests/package.json
T
2024-04-24 09:27:25 -07:00

16 lines
271 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"e2b": "^0.13.2"
}
}