Files
freeCodeCamp/e2e/package.json
2023-08-11 14:10:10 +05:30

16 lines
291 B
JSON

{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/node": "^20.4.9"
}
}