-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 737 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
{
"name": "paylocity",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "npx playwright test",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [],
"author": {
"name": "Andrei Bykov",
"email": "aabykov@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.59.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^25.5.2",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"dotenv": "^17.3.1",
"eslint": "^10.2.0",
"eslint-plugin-playwright": "^2.10.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"uuid": "^13.0.0"
}
}