forked from grassedge/git-pr-release-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 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
{
"name": "@splashthat/git-pr-release-action",
"version": "1.1.8",
"description": "",
"scripts": {
"package": "ncc build lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grassedge/git-pr-release-action.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/grassedge/git-pr-release-action/issues"
},
"homepage": "https://github.com/grassedge/git-pr-release-action#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^6.0.0",
"@octokit/plugin-throttling": "^4.3.2",
"@octokit/rest": "^19.0.5",
"@vercel/ncc": "^0.38.1",
"moment-timezone": "^0.5.27",
"mustache": "^4.2.0"
}
}