39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "discord-sandboxed",
|
|
"author": "Michael Peters <rick.rat@protonmail.com> (http://elipzer.com)",
|
|
"version": "1.2.0",
|
|
"description": "Puts Discord's web client in an electron webview to hard-block telemetry",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron . dev",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"package-pacman": "electron-builder --linux pacman"
|
|
},
|
|
"repository": "https://github.com/khlam/discord-sandboxed",
|
|
"keywords": [
|
|
"discord",
|
|
"privacy",
|
|
"sandbox"
|
|
],
|
|
"license": "GNU GENERAL PUBLIC LICENSE Version 3",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.3",
|
|
"graceful-fs": "^4.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^17.1.0",
|
|
"electron-builder": "^22.14.13"
|
|
},
|
|
"linux": {
|
|
"target": "pacman",
|
|
"maintainer": "Michael Peters <rick.rat@protonmail.com> (http://elipzer.com)",
|
|
"icon": "views/assets/icon.ico",
|
|
"synopsis": "Discord Sandboxed fork by Michael Peters",
|
|
"description": "Puts Discord's web client in an electron webview to hard-block telemetry",
|
|
"depends": [
|
|
"libxkbcommon-x11"
|
|
],
|
|
"packageName": "discord-sandboxed"
|
|
}
|
|
}
|