UNPKG

@putout/processor-markdown

Version:

🐊Putout processor adds ability to parse markdown files and lint JavaScript, JSX, TypeScript and JSON snippets

68 lines (67 loc) 1.83 kB
{ "name": "@putout/processor-markdown", "version": "12.2.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout processor adds ability to parse markdown files and lint JavaScript, JSX, TypeScript and JSON snippets", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/processor-markdown#readme", "main": "./lib/markdown.js", "exports": { ".": "./lib/markdown.js" }, "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "coverage:old": "madrun coverage:old", "report": "madrun report" }, "dependencies": { "@putout/operator-json": "^2.0.0", "once": "^1.4.0", "remark-frontmatter": "^5.0.0", "remark-parse": "^11.0.0", "remark-preset-lint-consistent": "^6.0.0", "remark-stringify": "^11.0.0", "unified": "^11.0.3", "unified-lint-rule": "^3.0.0", "unist-util-visit": "^5.0.0" }, "keywords": [ "putout", "putout-processor", "markdown" ], "devDependencies": { "@putout/test": "^11.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^24.0.0", "lerna": "^6.0.1", "madcut": "^2.0.0", "madrun": "^10.0.0", "montag": "^1.2.1", "nodemon": "^3.0.1", "putout": "*", "supertape": "^10.0.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "license": "MIT" }