1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-10 12:13:12 +00:00

add export command

This commit is contained in:
Kyle Spearrin
2018-05-17 10:58:30 -04:00
parent b2f8858c26
commit 36421c9144
8 changed files with 137 additions and 14 deletions

View File

@@ -49,6 +49,7 @@
"@types/lunr": "^2.1.5",
"@types/node": "^10.0.8",
"@types/node-forge": "^0.7.1",
"@types/papaparse": "4.1.31",
"@types/readline-sync": "^1.4.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
@@ -66,6 +67,7 @@
"lowdb": "1.0.0",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"readline-sync": "1.4.9"
}
}