UNPKG

markdown-to-txt

Version:
43 lines (42 loc) 1 kB
{ "name": "markdown-to-txt", "version": "2.0.1", "description": "Convert markdown to plain text", "main": "./dist/markdown-to-txt.js", "types": "./dist/markdown-to-txt.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/ejrbuss/markdown-to-txt.git" }, "keywords": [ "markdown", "remove", "txt", "plain", "text" ], "author": "Eric Buss (root@ejrbuss.net)", "license": "MIT", "bugs": { "url": "https://github.com/ejrbuss/markdown-to-txt/issues" }, "homepage": "https://github.com/ejrbuss/markdown-to-txt#readme", "devDependencies": { "@types/jest": "^27.0.2", "@types/lodash.escape": "^4.0.6", "@types/lodash.unescape": "^4.0.6", "@types/marked": "^4.0.3", "jest": "^27.3.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" }, "dependencies": { "lodash.escape": "^4.0.1", "lodash.unescape": "^4.0.1", "marked": "^4.0.14" } }