2020-05-28 15:07:39 -04:00

13 lines
244 B
JSON

{
"scripts": {
"check": "check.js",
"fetchDeps": "fetchDeps.js",
"build": "build.js"
},
"prune": "native",
"copy": "build/Release/keytar.node",
"dependencies": {
"libsecret": "0.20.3"
}
}