markshell
Version:
markshell allows you to output any markdown file formatted and style to the console
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "markshell",
"version": "1.9.0",
"description": "markshell allows you to output any markdown file formatted and style to the console",
"keywords": [
"markdown",
"shell",
"nodejs",
"chalk",
"CLI",
"CLI addons",
"node",
"console",
"output",
"shell extension",
"CLI development"
],
"main": "lib/index.js",
"lib": "lib/index.js",
"bin": {
"markshell": "./bin/markshell.js"
},
"homepage": "https://github.com/stfbauer/markshell#readme",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest --coverage",
"test:old": "node test/index.js",
"testRun": "node ./lib/index.js",
"update-types": "./tools/typings.sh"
},
"files": [
"lib",
"bin",
"docs",
"examples",
"DEMO.md",
"DYNAMIC-LOADING-GUIDE.md"
],
"funding": "https://github.com/sponsors/StfBauer",
"bugs": {
"url": "https://github.com/stfbauer/markshell/issues"
},
"author": "Stefan Bauer",
"license": "MIT",
"dependencies": {
"@types/prismjs": "1.26",
"chalk": "^4.1.2",
"jsdom": "^27.3.0",
"prismjs": "^1.30.0",
"wrap-ansi": "^9.0.2"
},
"devDependencies": {
"@types/node": "^24.10.2",
"@types/prismjs": "^1.16.1",
"@vitest/coverage-v8": "^1.6.1",
"@vitest/ui": "^1.0.0",
"vitest": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stfbauer/markshell.git"
}
}