forked from gliech/create-github-secret-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 Bytes
/
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
{
"name": "create-github-secret-action",
"version": "1.5.0",
"private": "true",
"description": "Create or update a Github Secret",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js",
"release": "semantic-release",
"release-test": "semantic-release --no-ci --dry-run"
},
"keywords": [],
"author": "gliech",
"license": "MIT",
"repository": "github:gazab/create-github-secret-action",
"contributors": [
{
"name": "gazab",
"url": "https://github.com/gazab"
}
],
"devDependencies": {
"@google/semantic-release-replace-plugin": "1",
"@semantic-release/changelog": "6",
"@semantic-release/git": "10",
"@vercel/ncc": "0",
"semantic-release": "19",
"conventional-changelog-conventionalcommits": "4"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"tweetsodium": "0.0.5"
}
}