-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
35
36
37
38
{
"name": "playwrightnodejs",
"version": "1.0.0",
"description": "",
"scripts": {
"test.local": "dotenvx run --env-file=.env.local --env-file=.env -- npm test",
"lint": "eslint . --fix",
"format": "prettier '**/*.{js,ts,json}' --write",
"prepare": "husky",
"test": "npx playwright test --project=rover-rush"
},
"prettier": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@types/mssql": "^9.1.8",
"@types/node": "^24.8.1",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"prettier": "3.6.2"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.51.0",
"@playwright/test": "^1.56.1",
"axios": "^1.12.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"mssql": "^12.0.0"
}
}