Files
freeCodeCamp/tools/contributor/lib/package.json
Mrugesh Mohapatra 42365dd172 fix: update package files, lerna config (#41599)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-03-27 07:46:20 -07:00

40 lines
1.0 KiB
JSON

{
"name": "@freecodecamp/contributor-tools-lib",
"version": "0.0.1",
"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": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"cli-progress": "^2.1.0",
"date-fns": "^1.29.0",
"dedent": "^0.7.0",
"dotenv": "^6.1.0",
"form-data": "^2.3.3",
"gray-matter": "^4.0.1",
"lodash": "^4.17.11",
"path": "^0.12.7",
"readdirp-walk": "^1.6.0",
"travis-ci": "^2.2.0",
"util": "^0.11.1"
},
"devDependencies": {}
}