-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"name": "restful-booker-api-tests-",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@eslint/js": "9.39.2",
"@eslint/json": "0.14.0",
"@eslint/markdown": "7.5.1",
"@playwright/test": "1.58.1",
"@types/node": "25.2.0",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-playwright": "2.5.1",
"eslint-plugin-prettier": "5.5.5",
"globals": "17.3.0",
"husky": "9.1.7",
"jiti": "2.6.1",
"prettier": "3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0"
}
}