mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +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>
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"scripts": {
|
|
"check": "check.ts",
|
|
"build": "build.ts"
|
|
},
|
|
"copy": "build/Release/keytar.node",
|
|
"dependencies": {
|
|
"libsecret": "0.20.3"
|
|
}
|
|
}
|