2024-06-03 19:23:14 -04:00
|
|
|
{
|
|
|
|
"name": "chat",
|
|
|
|
"main": "index.html",
|
|
|
|
"type": "module",
|
|
|
|
"pear": {
|
|
|
|
"name": "chat",
|
|
|
|
"type": "desktop",
|
|
|
|
"gui": {
|
|
|
|
"backgroundColor": "#1F2430",
|
2024-06-09 01:27:42 -04:00
|
|
|
"height": 547,
|
|
|
|
"minWidth": 955,
|
|
|
|
"minHeight": 547,
|
|
|
|
"width": 955
|
2024-06-03 19:23:14 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2024-06-08 15:34:25 -04:00
|
|
|
"dotenv": "^16.4.5",
|
2024-06-03 19:23:14 -04:00
|
|
|
"electron": "^30.0.8",
|
|
|
|
"hypercore-crypto": "^3.4.1",
|
|
|
|
"hyperdrive": "^11.8.1",
|
|
|
|
"hyperswarm": "^4.7.14",
|
|
|
|
"localdrive": "^1.11.4",
|
2024-06-04 00:26:32 -04:00
|
|
|
"marked": "^12.0.2",
|
2024-06-03 19:23:14 -04:00
|
|
|
"serve-drive": "^5.0.8"
|
|
|
|
}
|
|
|
|
}
|