-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 871 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
36
{
"name": "@brtzl/gh_env_importer",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.1",
"tweetsodium": "^0.0.4",
"yargs": "^17.5.1"
},
"author": "Bartu OZEL <[email protected]> (https://bartuozel.com)",
"description": "GitHub ENV Exporter is a tool for uplaoding all ENV secrets from .env file to GitHub Actions Secrets.",
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"bin": {
"gh_env_importer": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BRTZL/gh_env_importer.git"
},
"keywords": [
"github",
"env",
"secret",
"actions",
"export",
"import"
],
"bugs": {
"url": "https://github.com/BRTZL/gh_env_importer/issues"
},
"homepage": "https://github.com/BRTZL/gh_env_importer#readme"
}