blob: edd676b3f89f69fdc74edd36cc5d40cfb3dd5671 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "testing",
"version": "1.0.0",
"description": "This document will guide you through the process of setting up a new Playwright test project, and authoring and running end-to-end tests for the Contoso web application.",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.31.1",
"@types/node": "^18.14.5"
},
"dependencies": {
"dotenv": "^16.0.3"
}
}
|