-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 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": "release-action",
"version": "1.0.0",
"description": "",
"main": "src/release.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "ncc build src/release.js --license LICENCE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tatskaari/release-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tatskaari/release-action/issues"
},
"homepage": "https://github.com/Tatskaari/release-action#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@octokit/plugin-retry": "^4.0.0",
"@octokit/rest": "^19.0.0",
"crypto-js": "^4.1.1",
"sha.js": "^2.4.11"
},
"devDependencies": {
"jest": "^27.2.4",
"@vercel/ncc": "^0.33.3"
}
}