use keytar to store pickle keys

This commit is contained in:
Hubert Chathi
2020-05-28 15:07:39 -04:00
parent defac64eff
commit 19edcd436e
6 changed files with 189 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"scripts": {
"check": "check.js",
"fetchDeps": "fetchDeps.js",
"build": "build.js"
},
"prune": "native",
"copy": "build/Release/keytar.node",
"dependencies": {
"libsecret": "0.20.3"
}
}