mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 11:04:01 -05:00
23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"name": "daily-challenges",
|
|
"version": "1.0.0",
|
|
"main": "seed-daily-challenges.js",
|
|
"scripts": {
|
|
"seed-daily-challenges": "tsx seed-daily-challenges.ts",
|
|
"lint": "eslint --max-warnings 0",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@freecodecamp/eslint-config": "workspace:*",
|
|
"dotenv": "16.4.5",
|
|
"eslint": "^9.39.1",
|
|
"mongodb": "6.10.0",
|
|
"tsx": "4.19.1",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"type": "module"
|
|
}
|