mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-31 15:03:21 -05:00
33 lines
832 B
JSON
33 lines
832 B
JSON
{
|
|
"name": "@freecodecamp/scripts-build",
|
|
"version": "0.0.1",
|
|
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
|
"license": "BSD-3-Clause",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16",
|
|
"pnpm": "7"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/node-fetch": "2.6.2",
|
|
"chai": "4.3.7",
|
|
"debug": "4.3.4",
|
|
"dotenv": "16.0.3",
|
|
"joi": "17.8.4",
|
|
"js-yaml": "4.1.0",
|
|
"node-fetch": "2.6.9",
|
|
"readdirp": "3.6.0"
|
|
}
|
|
}
|