mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 14:03:36 -05:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"name": "@freecodecamp/e2e",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx playwright test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.36.2",
|
|
"@types/node": "^20.4.9"
|
|
}
|
|
}
|