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

30 lines
637 B
JSON

{
"name": "migration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^23.6.0"
},
"dependencies": {
"hast-util-to-html": "^4.0.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"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",
"vfile-reporter": "^5.0.0"
}
}