Files
TactiTerm/devbox.json
T
2026-07-21 22:24:25 +00:00

20 lines
316 B
JSON

{
"name": "tactiterm",
"description": "A coding tutor for software engineering.",
"packages": [
"python@3.13",
"nodejs@latest",
"git",
"curl",
"uv",
"gnumake"
],
"shell": {
"scripts": {
"tui": "make tui",
"gentui": "make gentui",
"web": "make web"
}
}
}