terminal-markdown/package.json
2026-03-30 09:14:08 -07:00

29 lines
521 B
JSON

{
"name": "@because/terminal-markdown",
"version": "0.0.2",
"description": "Convert Markdown to Claude's ANSI-styled output.",
"type": "module",
"bin": {
"tm": "src/cli.ts"
},
"main": "src/index.ts",
"files": [
"src"
],
"keywords": [
"markdown",
"terminal",
"ansi",
"cli",
"renderer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://git.nose.space/defunkt/terminal-markdown"
},
"devDependencies": {
"@types/bun": "^1.3.9"
}
}