mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 16:04:58 +01:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"scripts": {
|
|
"check": "check.js",
|
|
"fetchDeps": "fetchDeps.js",
|
|
"build": "build.js"
|
|
},
|
|
"prune": "native",
|
|
"copy": "native/index.node"
|
|
}
|