-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "env-hide",
"version": "1.2.61",
"description": "Secure your .env file with a password/ Secret SALT and use it in your project. Encrypt / decrypt your .env files. Hide your environment variables.",
"main": "index.js",
"bin": {
"env-hide": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
".env.enc",
"env-hide",
"hide .env",
"secure .env",
"envHide",
"encrypt .env",
"encrypt",
"secure",
"environment",
"dotenv",
"dotenv-encrypt",
"cli",
"secure env",
"secure environment variables",
"hide env",
"hide environment variables",
"cli"
],
"author":
{
"name" : "Harpal Singh",
"url" : "https://www.linkedin.com/in/hsk11/"
},
"homepage": "https://github.com/hsk11/env-hide",
"repository": {
"type": "git",
"url": "https://github.com/hsk11/env-hide"
},
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"minimist": "^1.2.8"
}
}