remark-github-markdown-alerts
Version:
An unifiedjs (remark) plugin to convert GitHub Markdown alerts syntax into actual UI
104 lines (103 loc) • 2.88 kB
JSON
{
"name": "remark-github-markdown-alerts",
"version": "1.2.2",
"description": "An unifiedjs (remark) plugin to convert GitHub Markdown alerts syntax into actual UI",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"default": "./dist/index.esm.js"
}
},
"sideEffects": false,
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rollup -c",
"build:check": "pnpm run build && pnpm run attw",
"dev": "rollup -c --watch",
"typecheck": "tsc --noEmit",
"attw": "attw --pack .",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"prepare": "husky",
"prepublishOnly": "pnpm build",
"release": "semantic-release"
},
"lint-staged": {
"*.{js,ts,json}": "biome check --write --no-errors-on-unmatched"
},
"keywords": [
"remark",
"rehype",
"markdown",
"unified",
"unifiedjs",
"remarkrehype",
"gfm"
],
"author": {
"email": "neg4n@icloud.com",
"name": "neg4n",
"url": "https://github.com/neg4n"
},
"license": "MIT",
"packageManager": "pnpm@10.8.0",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "2.0.4",
"@hono/node-server": "^1.14.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"@vitest/coverage-v8": "^3.2.4",
"hono": "^4.8.2",
"husky": "9.1.7",
"lint-staged": "16.1.2",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-rehype": "^11.1.2",
"rollup": "^4.44.0",
"rollup-plugin-dts": "^6.2.1",
"semantic-release": "24.2.5",
"trough": "^2.2.0",
"tslib": "^2.8.1",
"type-fest": "^4.41.0",
"typescript": "^5.8.3",
"unified": "^11.0.5",
"unist-util-is": "^6.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.3",
"vfile-message": "^4.0.2",
"vitest": "3.2.4"
},
"dependencies": {
"hast-util-from-html": "^2.0.3",
"hast-util-to-html": "^9.0.5",
"hastscript": "^9.0.1",
"mdast-util-to-string": "^4.0.0",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
}
}