Files
shellshockers-webapp/package.json
2022-05-17 15:58:14 +02:00

24 lines
537 B
JSON

{
"name": "shellshockers-webapp",
"version": "2.0.0",
"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"
}
}