fix: update package files, lerna config (#41599)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2021-03-27 20:16:20 +05:30
committed by GitHub
parent c962c0c8e5
commit 42365dd172
17 changed files with 382 additions and 212 deletions

View File

@ -1,14 +1,26 @@
{
"name": "challenge-parser",
"name": "@freecodecamp/challenge-parser",
"version": "0.0.1",
"description": "converts challenge files to objects",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">= 14.0.0",
"npm": "^6.14.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"unist-util-select": "^3.0.1"
},
"dependencies": {
"hast-util-to-html": "^7.1.1",
"js-yaml": "^3.12.0",
@ -37,7 +49,7 @@
"unist-util-visit": "^2.0.3",
"unist-util-visit-children": "^1.1.4"
},
"engines": {
"node": ">= 14.0.0"
"devDependencies": {
"unist-util-select": "^3.0.1"
}
}