-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 936 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
{
"name": "@ibrahim-rahhal/simple-secrets-vault",
"version": "1.0.0",
"description": "A lightweight Node.js package for securely managing local secrets using AES-256 encryption.",
"main": "index.js",
"bin": {
"simple-local-vault": "./bin/index"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bash ./postinstall.bash"
},
"keywords": [
"local-vault",
"simple-secrets-vault",
"local-secrets",
"local-envs",
"local-secrets-vault",
"local-secrets-manager",
"local-secrets-loader",
"local-secrets-vault",
"local-secrets-manager",
"local-secrets-loader",
"local-secrets-vault",
"local-secrets-manager",
"local-secrets-loader"
],
"author": "Ibrahim Rahhal<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ibrahimrahhal/simple-secrets-vault.git"
}
}