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

33 lines
712 B
JSON

{
"name": "@freecodecamp/challenge-md-parser",
"version": "2.0.0",
"description": "",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^24.8.0"
},
"dependencies": {
"hast-util-select": "^2.1.0",
"hast-util-to-html": "^4.0.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.15",
"rehype-raw": "^3.0.0",
"rehype-stringify": "^4.0.0",
"remark-frontmatter": "^1.3.0",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.1",
"to-vfile": "^5.0.1",
"unified": "^7.0.0",
"unist-util-visit": "^1.4.0"
}
}