-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 879 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 879 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
34
35
36
37
38
39
40
41
42
43
{
"name": "envx-ui",
"version": "1.1.0",
"description": "Minimal local UI for managing dotenvx environment files",
"main": "cli.js",
"bin": {
"envx-ui": "./cli.js"
},
"scripts": {
"start": "node cli.js",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litepacks/envx-ui.git"
},
"bugs": {
"url": "https://github.com/litepacks/envx-ui/issues"
},
"homepage": "https://github.com/litepacks/envx-ui#readme",
"keywords": [
"dotenv",
"dotenvx",
"environment",
"env",
"ui",
"manager",
"encryption",
"local"
],
"author": "cond",
"license": "MIT",
"dependencies": {
"@dotenvx/dotenvx": "^1.48.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"helmet": "^8.1.0",
"open": "^10.1.0"
},
"devDependencies": {
"release-it": "^18.1.2"
}
}