forked from Boostport/setup-cloudflare-warp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
39
40
41
42
{
"name": "setup-cloudflare-warp",
"version": "1.0.0",
"description": "GitHub Action to setup Cloudflare Warp",
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"build": "npx @vercel/ncc build ./index.js",
"all": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Boostport/setup-cloudflare-warp.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"Cloudflare",
"Warp"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Boostport/setup-cloudflare-warp/issues"
},
"homepage": "https://github.com/Boostport/setup-cloudflare-warp#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"exponential-backoff": "^3.1.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.8.0",
"globals": "^15.8.0",
"prettier": "^3.3.3"
}
}