21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"name": "automated-web-testing-with-javascript-and-playwright",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "playwright test --headed"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.37.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"node-fetch": "^2.6.7",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|