-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 979 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "sikret-cli",
"version": "0.1.0",
"description": "Secret manager tools",
"bin": {
"sikret": "bin/index.js"
},
"main": "bin/index.js",
"scripts": {
"prepublishOnly": "node prepublish.js && tsc",
"release": "cross-env RELEASE_MODE=true np --no-tests",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "github.com/firdausious/sikret-cli"
},
"keywords": [
"doppler",
"hashicorp",
"consul",
"vault",
"aws",
"gcp",
"dotenv",
"tmpl",
"secretmanager",
"config"
],
"author": "firdausious",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@types/yargs": "^17.0.32",
"cross-env": "^7.0.3",
"np": "^10.0.2",
"typescript": "^5.4.3"
}
}