mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-21 06:02:37 -05:00
* refactor: use pnpm dlx over npx * fix: create config before running knip * chore: fix challenge-parser dependencies * chore: add missing client + plugin dependencies * chore: pin deps
26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"name": "@freecodecamp/fcc-source-challenges",
|
|
"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": {
|
|
"chokidar": "3.5.3",
|
|
"readdirp": "3.6.0"
|
|
}
|
|
}
|