-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "playwright-eslint-prettier",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --fix --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicholasFields/playwright-eslint-prettier.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NicholasFields/playwright-eslint-prettier/issues"
},
"homepage": "https://github.com/NicholasFields/playwright-eslint-prettier#readme",
"devDependencies": {
"@playwright/test": "^1.27.1",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-playwright": "^0.11.2",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.8.4"
},
"dependencies": {
"dotenv": "^16.0.3"
}
}