UNPKG

markshell

Version:

markshell allows you to output any markdown file formatted and style to the console

56 lines (55 loc) 1.22 kB
{ "name": "markshell", "version": "1.6.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": "node test/index.js", "testRun": "node ./lib/index.js", "update-types": "./tools/typings.sh" }, "files": [ "lib", "bin", "docs" ], "funding": "https://github.com/sponsors/StfBauer", "bugs": { "url": "https://github.com/stfbauer/markshell/issues" }, "author": "Stefan Bauer", "license": "MIT", "dependencies": { "@types/prismjs": "1.16", "chalk": "^4.1.2", "jsdom": "^16.7.0", "prismjs": "^1.25.0", "wrap-ansi": "^7.0.0" }, "devDependencies": { "@types/node": "^10.17.60", "@types/prismjs": "^1.16.1" }, "repository": { "type": "git", "url": "git+https://github.com/stfbauer/markshell.git" } }