Files
freeCodeCamp/tools/contributor/one-off-scripts/package.json
2021-11-03 15:06:19 +05:30

32 lines
829 B
JSON

{
"name": "@freecodecamp/contributor-tools-one-off-scripts",
"version": "0.0.1",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">=16",
"npm": ">=8"
},
"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.5.2",
"cli-progress": "3.6.1",
"dedent": "0.7.0",
"path": "0.12.7"
},
"devDependencies": {}
}