Files
freeCodeCamp/tools/scripts/seed-exams/package.json
renovate[bot] 7d9eeb1c9b chore(deps): update hapijs monorepo (#67054)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-22 08:53:11 +05:30

37 lines
915 B
JSON

{
"name": "@freecodecamp/seed-exams",
"version": "0.0.1",
"description": "Seed certification exams questions to database",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"scripts": {
"lint": "eslint --max-warnings 0"
},
"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": {
"@freecodecamp/eslint-config": "workspace:*",
"debug": "4.4.3",
"dotenv": "16.6.1",
"eslint": "^9.39.1",
"joi": "17.13.3",
"joi-objectid": "3.0.1",
"js-yaml": "4.1.0",
"mongodb": "6.21.0",
"nanoid": "4.0.2"
},
"type": "module"
}