-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.24 KB
/
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
38
{
"name": "zebrunner-playwright-agent",
"version": "0.0.21",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"testprep": "tsc --incremental -p ./tsconfig.json",
"pretest:e2e": "npm run testprep",
"test:e2e": "playwright test -c ./src/build",
"pretest": "npm run testprep",
"test": "playwright test --workers=4 --grep @unit_test -c ./src/build/playwright_github.config.js",
"prettier": "prettier --write --loglevel warn \"**/**/*.ts\"",
"debug": "playwright test --config ./playwright.config.ts --workers=1",
"start": "node ./woka.js"
},
"devDependencies": {
"@playwright/test": "^1.17.2",
"playwright": "^1.17.2",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@slack/web-api": "^6.5.1",
"@supercharge/promise-pool": "^2.1.0",
"axios": "^0.24.0",
"form-data": "^4.0.0"
},
"bugs": {
"url": "https://github.com/ryanrosello-og/zebrunner-playwright-agent/issues"
},
"homepage": "https://github.com/ryanrosello-og/zebrunner-playwright-agent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanrosello-og/zebrunner-playwright-agent.git"
}
}