-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 628 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 628 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
{
"name": "@emacs-grammarly/keytar-cli",
"version": "0.1.7",
"description": "CLI for keytar",
"main": "keytar",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"keytar": "./keytar"
},
"repository": {
"type": "git",
"url": "https://github.com/emacs-grammarly/keytar-cli.git"
},
"keywords": [
"keytar",
"keychain",
"secret",
"password",
"secrets",
"passwords"
],
"author": "Jen-Chieh Shen",
"license": "MIT",
"dependencies": {
"keytar": "^7.4.0",
"yargs": "^17.0.0"
},
"publishConfig": {
"access": "public"
}
}