Files

21 lines
349 B
JSON

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