Files
browser-chromium/package.json
T
2024-11-04 11:55:14 -05:00

45 lines
1.1 KiB
JSON

{
"dependencies": {
"@atproto/api": "^0.13.12",
"@gorhill/ubo-core": "^0.1.30",
"cron": "^3.1.7",
"dompurify": "^3.1.7",
"electron-oauth-helper": "^5.1.1",
"electron-oauth2": "^3.0.0",
"express": "^4.21.1",
"googleapis": "^144.0.0",
"jquery": "^3.7.1",
"jsdom": "^25.0.1",
"mhtml2html": "^3.0.0",
"node-cache": "^5.1.2",
"open": "^10.1.0",
"redis": "^4.7.0",
"winston": "^3.15.0"
},
"build": {
"appId": "ion.browser",
"linux": {}
},
"preload": {
"js": "./JS/preload.cjs"
},
"name": "ion-browser",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron . --trace-warnings --no-sandbox --load-extension",
"clearcache": "electron . --trace-warnings --no-sandbox --load-extension --clear-cache",
"nocache": "electron . --trace-warnings --no-sandbox --load-extension --no-cache",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": "",
"license": "ISC",
"description": "the ion browser!",
"type": "module",
"devDependencies": {
"electron": "^33.0.1",
"electron-builder": "^25.1.8"
}
}