Files
est-frame/node_modules/@slorber/remark-comment/package.json
2025-10-22 05:38:27 +00:00

34 lines
768 B
JSON
Executable File

{
"name": "@slorber/remark-comment",
"version": "1.0.0",
"description": "Remark plugin to support comments",
"author": "Lee Byron <lee@leebyron.com> (https://leebyron.com)",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"mdast",
"markdown",
"comment"
],
"repository": "https://github.com/leebyron/remark-comment",
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"dependencies": {
"micromark-factory-space": "^1.0.0",
"micromark-util-character": "^1.1.0",
"micromark-util-symbol": "^1.0.1"
},
"scripts": {
"test": "cd test && npm install --no-package-lock && npm test"
}
}