mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
* feat: add cli for toon * docs: use npx in the readme * feat: overhaul and refactor --------- Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
13 lines
189 B
JSON
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"
|
|
}
|
|
}
|