Files
2026-06-01 13:54:52 +08:00

10 lines
166 B
JSON

{
"name": "@e2b/code-interpreter-template",
"private": true,
"version": "0.1.0",
"scripts": {
"lint": "ruff check .",
"format": "ruff format ."
}
}