Extract dep versions out to hak.json

This commit is contained in:
J. Ryan Stinnett
2020-04-03 23:20:56 +01:00
parent 1c025de393
commit fdd44e9796
3 changed files with 20 additions and 13 deletions
+5 -1
View File
@@ -5,5 +5,9 @@
"build": "build.js"
},
"prune": "native",
"copy": "native/index.node"
"copy": "native/index.node",
"dependencies": {
"openssl": "1.1.1f",
"sqlcipher": "4.3.0"
}
}