LinkUp-P2P-Chat/package.json

40 lines
815 B
JSON

{
"name": "chat",
"main": "index.html",
"type": "module",
"pear": {
"name": "chat",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": 547,
"minWidth": 955,
"minHeight": 547,
"width": 955
}
},
"license": "Apache-2.0",
"devDependencies": {
"brittle": "^3.0.0"
},
"scripts": {
"dev": "pear dev",
"test": "brittle test/*.test.js"
},
"dependencies": {
"b4a": "^1.6.6",
"corestore": "^6.18.2",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"electron": "^30.0.8",
"highlight.js": "^11.10.0",
"hypercore-crypto": "^3.4.1",
"hyperdrive": "^11.8.1",
"hyperswarm": "^4.7.14",
"localdrive": "^1.11.4",
"markdown-it": "^14.1.0",
"marked": "^12.0.2",
"serve-drive": "^5.0.8"
}
}