mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 14:03:36 -05:00
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"name": "@freecodecamp/shared",
|
|
"version": "0.0.1",
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
"license": "BSD-3-Clause",
|
|
"description": "Config and utils used in multiple workspaces",
|
|
"private": false,
|
|
"engines": {
|
|
"node": ">=16",
|
|
"pnpm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"type": "module",
|
|
"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",
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4"
|
|
}
|
|
}
|