mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
43 lines
933 B
JSON
43 lines
933 B
JSON
{
|
|
"name": "@toon-format/cli",
|
|
"type": "module",
|
|
"version": "0.8.0",
|
|
"packageManager": "pnpm@10.20.0",
|
|
"description": "CLI for JSON ↔ TOON conversion using @toon-format/toon",
|
|
"author": "Johann Schopplich <hello@johannschopplich.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://toonformat.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toon-format/toon.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/toon-format/toon/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"bin": {
|
|
"toon": "bin/toon.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsx ./src/cli-entry.ts --help",
|
|
"build": "tsdown",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"citty": "^0.1.6",
|
|
"consola": "^3.4.2",
|
|
"tokenx": "^1.2.0"
|
|
}
|
|
}
|