-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
43
44
45
46
47
{
"name": "verceler",
"version": "1.0.10",
"description": "Automates tag or released based deployments on Vercel using GitHub Actions",
"main": "src/index.js",
"bin": {
"verceler": "src/index.js"
},
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": "https://github.com/IamLizu/verceler.git",
"author": "IamLizu <[email protected]>",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^20.1.1",
"axios": "^1.6.8",
"commander": "^12.0.0",
"cross-spawn": "^7.0.3",
"libsodium-wrappers": "^0.7.13",
"progress": "^2.0.3"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-mock": "^29.7.0"
},
"keywords": [
"vercel",
"deployment",
"CI/CD",
"continuous-deployment",
"github-actions",
"cli",
"nodejs",
"automation",
"environment-variables",
"github-secrets",
"npm-package",
"vercel-cli",
"devops"
],
"homepage": "https://github.com/IamLizu/verceler#readme",
"bugs": {
"url": "https://github.com/IamLizu/verceler/issues"
}
}