Files
toon/cli/package.json
Andreas Partsch 80acc9d4fe feat: add cli (#34)
* feat: add cli for toon

* docs: use npx in the readme

* feat: overhaul and refactor

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
2025-10-30 08:08:08 +01:00

13 lines
189 B
JSON

{
"name": "@toon/cli",
"type": "module",
"private": true,
"scripts": {
"dev": "tsx ./src/index.ts"
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.4.2"
}
}