element-desktop/hak/matrix-seshat/hak.json
2020-04-03 23:20:56 +01:00

14 lines
264 B
JSON

{
"scripts": {
"check": "check.js",
"fetchDeps": "fetchDeps.js",
"build": "build.js"
},
"prune": "native",
"copy": "native/index.node",
"dependencies": {
"openssl": "1.1.1f",
"sqlcipher": "4.3.0"
}
}