mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"name": "@toon/cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "tsx ./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"citty": "^0.1.6",
|
|
"consola": "^3.4.2",
|
|
"tokenx": "^1.2.0"
|
|
}
|
|
}
|