element-desktop/hak/matrix-seshat/hak.json

14 lines
264 B
JSON
Raw Normal View History

{
"scripts": {
"check": "check.js",
"fetchDeps": "fetchDeps.js",
"build": "build.js"
},
"prune": "native",
2020-04-03 22:20:56 +00:00
"copy": "native/index.node",
"dependencies": {
"openssl": "1.1.1f",
"sqlcipher": "4.3.0"
}
}