-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 842 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
{
"name": "playwright-slack-report",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/emiride/playwright-slack-report.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emiride/playwright-slack-report/issues"
},
"homepage": "https://github.com/emiride/playwright-slack-report#readme",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@slack/webhook": "^6.1.0",
"junit2json": "^3.0.2",
"dotenv": "^16.0.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.7.4",
"@vercel/ncc": "^0.34.0"
}
}