mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"name": "@freecodecamp/e2e",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"lint": "eslint --max-warnings 0"
|
|
},
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
"license": "BSD-3-Clause",
|
|
"packageManager": "pnpm@10.20.0",
|
|
"devDependencies": {
|
|
"@freecodecamp/eslint-config": "workspace:*",
|
|
"eslint": "^9.39.1"
|
|
}
|
|
}
|