1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-28 14:03:14 +00:00

lowdb storage service

This commit is contained in:
Kyle Spearrin
2018-05-16 15:22:32 -04:00
parent 2ebacc3f0c
commit cd54aedb9f
5 changed files with 89 additions and 84 deletions

View File

@@ -42,6 +42,7 @@
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/lowdb": "^1.0.1",
"@types/node": "^10.0.8",
"@types/readline-sync": "^1.4.3",
"clean-webpack-plugin": "^0.1.17",
@@ -57,9 +58,9 @@
"dependencies": {
"chalk": "2.4.1",
"commander": "2.15.1",
"lowdb": "1.0.0",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"node-localstorage": "1.3.1",
"readline-sync": "1.4.9"
}
}