-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
35
36
37
{
"name": "front-facing-api-tests",
"version": "1.0.0",
"description": "Autotests for front facing apis",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@slack/web-api": "^7.3.0",
"dotenv": "^16.4.5",
"fs": "0.0.1-security",
"langdetect": "^0.2.1",
"module": "^1.2.5",
"path": "^0.12.7",
"pixelmatch": "^5.3.0",
"playwright-slack-report": "^1.1.81",
"prettier": "^3.3.2",
"type": "^2.7.3"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.42.1",
"@types/langdetect": "^0.2.2",
"@types/node": "^22.0.0",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"husky": "^8.0.3",
"open-cli": "^7.2.0",
"playwright-slack-report": "^1.1.81",
"prompts": "^2.4.2",
"semver": "^7.6.0"
}
}