playwright-ts/package.json

23 lines
502 B
JSON

{
"name": "playwright-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "zhiyong",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.34.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2"
},
"dependencies": {
"dataclass": "^2.1.1",
"jsencrypt": "^3.3.1"
}
}