10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"name": "@e2b/code-interpreter-template",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"lint": "ruff check .",
|
|
"format": "ruff format ."
|
|
}
|
|
}
|