57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "remark-mdx-frontmatter",
|
|
"version": "5.2.0",
|
|
"description": "A remark plugin for converting frontmatter metadata into MDX exports",
|
|
"author": "Remco Haszing <remcohaszing@gmail.com>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": "./dist/remark-mdx-frontmatter.js",
|
|
"main": "./dist/remark-mdx-frontmatter.js",
|
|
"repository": "remcohaszing/remark-mdx-frontmatter",
|
|
"bugs": "https://github.com/remcohaszing/remark-mdx-frontmatter/issues",
|
|
"homepage": "https://github.com/remcohaszing/remark-mdx-frontmatter#readme",
|
|
"funding": "https://github.com/sponsors/remcohaszing",
|
|
"keywords": [
|
|
"frontmatter",
|
|
"markdown",
|
|
"markdown-frontmatter",
|
|
"mdast",
|
|
"mdx",
|
|
"remark",
|
|
"remark-plugin",
|
|
"toml",
|
|
"unified",
|
|
"yaml"
|
|
],
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"!test*"
|
|
],
|
|
"scripts": {
|
|
"prepack": "tsc --build",
|
|
"pretest": "tsc --build",
|
|
"test": "c8 node --test --enable-source-maps --test-reporter junit --test-reporter-destination junit.xml --test-reporter spec --test-reporter-destination stdout"
|
|
},
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"estree-util-value-to-estree": "^3.0.0",
|
|
"toml": "^3.0.0",
|
|
"unified": "^11.0.0",
|
|
"unist-util-mdx-define": "^1.0.0",
|
|
"yaml": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
"@remcohaszing/eslint": "^11.0.0",
|
|
"c8": "^10.0.0",
|
|
"mdast-util-mdx": "^3.0.0",
|
|
"prettier": "^3.0.0",
|
|
"remark-cli": "^12.0.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-preset-remcohaszing": "^3.0.0",
|
|
"snapshot-fixtures": "^1.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|