UNPKG

nightingale-markdown-formatter

Version:

Deprecated: use MarkdownFormatter from nightingale

46 lines 1.32 kB
{ "name": "nightingale-markdown-formatter", "version": "18.1.0", "description": "Deprecated: use MarkdownFormatter from nightingale", "keywords": [ "nightingale", "nightingale-formatter" ], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/christophehurpeau/nightingale.git", "directory": "packages/nightingale-markdown-formatter" }, "homepage": "https://github.com/christophehurpeau/nightingale", "type": "module", "engines": { "node": ">=22.18.0" }, "sideEffects": false, "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "files": [ "lib" ], "scripts": { "clean": "yarn clean:build", "lint": "yarn run lint:eslint", "lint:eslint": "yarn ../.. run eslint --quiet packages/nightingale-markdown-formatter", "test": "yarn ../../ run test -- packages/nightingale-markdown-formatter", "watch": "yarn clean:build && rollup --config rollup.config.mjs --watch" }, "pob": {}, "prettier": "@pob/root/prettier-config", "dependencies": { "nightingale": "18.1.0" } }