{ "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.9.0" }, "dependencies": { "@google-cloud/translate": "^2.1.3", "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", "remark-stringify": "^6.0.4", "to-vfile": "^5.0.1", "unified": "^7.0.0", "unist-util-visit": "^1.4.0" } }