UNPKG

942 BJSONView Raw
1{
2 "name": "pwpush-cli",
3 "description": "A nodeJS CLI wrapper to easily push passwords to pwpush.com",
4 "version": "0.1.6",
5 "author": {
6 "name": "Leandro Nunes",
7 "email": "dr1design@gmail.com",
8 "url": "https://lnfnunes.com.br"
9 },
10 "license": "MIT",
11 "repository": "https://github.com/lnfnunes/pwpush-cli",
12 "keywords": [
13 "cli",
14 "bin",
15 "cmd",
16 "command",
17 "tool",
18 "util",
19 "utility",
20 "terminal",
21 "console",
22 "password",
23 "security",
24 "pwd",
25 "pwpush",
26 "PasswordPusher"
27 ],
28 "bugs": {
29 "url": "https://github.com/lnfnunes/pwpush-cli"
30 },
31 "main": "index.js",
32 "bin": {
33 "pwpush": "index.js"
34 },
35 "engines": {
36 "node": ">=6"
37 },
38 "scripts": {
39 "prepublish": "npm test",
40 "test": "jest"
41 },
42 "dependencies": {
43 "axios": "^0.18.0",
44 "fast-html-parser": "^1.0.1",
45 "minimist": "^1.2.0"
46 },
47 "devDependencies": {
48 "jest": "^22.0.0"
49 }
50}