mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-29 18:02:06 -05:00
32 lines
790 B
JSON
32 lines
790 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": ">=10"
|
|
},
|
|
"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": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@total-typescript/ts-reset": "^0.5.0",
|
|
"@vitest/ui": "^3.2.4",
|
|
"joi": "17.12.2",
|
|
"readdirp": "3.6.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|