freeCodeCamp/tools/challenge-md-parser/package.json

27 lines
623 B
JSON

{
"name": "@freecodecamp/challenge-md-parser",
"version": "2.0.0",
"description": "",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"dependencies": {
"hast-util-select": "^2.1.0",
"hast-util-to-html": "^4.0.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"rehype-raw": "^3.0.0",
"rehype-stringify": "^4.0.0",
"remark-frontmatter": "^1.3.3",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.2",
"remark-stringify": "^6.0.4",
"to-vfile": "^6.1.0",
"unified": "^7.1.0",
"unist-util-visit": "^1.4.1"
}
}