-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
36 lines (36 loc) · 951 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
{
"name": "wait-for-vercel-preview",
"version": "1.3.1",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/patrickedqvist/wait-for-vercel-preview.git"
},
"scripts": {
"test": "jest --watch",
"test:ci": "jest --ci",
"test:ci:coverage": "jest --ci --collect-coverage --silent",
"build": "ncc build index.js -o dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrickedqvist/wait-for-vercel-preview/issues"
},
"homepage": "https://github.com/patrickedqvist/wait-for-vercel-preview#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@vercel/ncc": "^0.36.0",
"axios": "^1.2.4",
"set-cookie-parser": "^2.5.1"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"deepmerge": "^4.2.2",
"jest": "^29.4.0",
"msw": "^1.0.0"
}
}