29 lines
521 B
JSON
29 lines
521 B
JSON
{
|
|
"name": "@because/terminal-markdown",
|
|
"version": "0.0.1",
|
|
"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"
|
|
}
|
|
}
|