32 lines
622 B
JSON
32 lines
622 B
JSON
{
|
|
"name": "hypercastify",
|
|
"main": "index.html",
|
|
"pear": {
|
|
"name": "hypercastify",
|
|
"type": "desktop",
|
|
"gui": {
|
|
"backgroundColor": "#1F2430",
|
|
"height": "540",
|
|
"width": "720"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "pear run -d .",
|
|
"test": "brittle test/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"brittle": "^3.0.0",
|
|
"pear-interface": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"b4a": "^1.6.7",
|
|
"bootstrap": "^5.3.3",
|
|
"hypercore-crypto": "^3.4.2",
|
|
"hyperswarm": "^4.8.4",
|
|
"pear-stdio": "^1.0.1",
|
|
"stream": "^0.0.3"
|
|
}
|
|
}
|