Files
pear-docs/package.json
2024-02-01 14:14:09 +01:00

20 lines
347 B
JSON

{
"name": "pear-runtime",
"main": "index.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"b4a": "^1.6.4",
"bare-path": "^2.1.0",
"pear-inspect": "^1.0.3",
"redhat-overpass-font": "^1.0.0",
"ws": "^8.16.0"
}
}