mirror of
https://github.com/SrIzan10/shellshockers-webapp.git
synced 2026-06-06 01:06:56 +00:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "shellshockers-webapp",
|
|
"version": "2.0.1",
|
|
"description": "Shell Shockers Webapp",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@cliqz/adblocker-electron": "^1.23.7",
|
|
"cross-fetch": "^3.1.5",
|
|
"discord-rich-presence": "^0.0.8",
|
|
"electron-simple-updater": "^2.0.11",
|
|
"fetch": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^18.2.3",
|
|
"electron-builder": "^23.0.3"
|
|
}
|
|
}
|