Files
pear-docs/package.json
2024-01-30 14:46:50 +01:00

22 lines
399 B
JSON

{
"name": "pear-runtime",
"main": "index.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"bare-path": "^2.1.0",
"@holepunchto/pear-inspect": "^2.0.0",
"redhat-overpass-font": "^1.0.0",
"ws": "^8.16.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}