mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 16:04:58 +01:00
326e6577e1
* Convert hak to TypeScript * Fix linter & remove stray log line * Fix more linting errors In one case by switching to import() and hence esnext * Return type for getNodeModuleBin Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> * More types Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"scripts": {
|
|
"check": "check.ts",
|
|
"fetchDeps": "fetchDeps.ts",
|
|
"build": "build.ts"
|
|
},
|
|
"prune": "native",
|
|
"copy": "native/index.node",
|
|
"dependencies": {
|
|
"openssl": "1.1.1f",
|
|
"sqlcipher": "4.3.0"
|
|
}
|
|
}
|