mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 07:54:59 +01:00
14 lines
264 B
JSON
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"
|
|
}
|
|
}
|