forked from iam4x/now-deploy-preview-comment
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 670 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 670 Bytes
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
{
"name": "now-deployment",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/amondnet/now-deployment"
},
"author": {
"name": "Minsu Lee",
"email": "amond@amond.net",
"url": "https://amond.dev"
},
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/exec": "^1.0.3",
"@actions/github": "^2.1.1",
"axios": "~0.18.1",
"common-tags": "^1.8.0",
"now": "^18.0.0",
"@octokit/webhooks": "latest"
},
"devDependencies": {
"prettier": "1.19.1"
},
"engines": {
"node": "v12"
}
}