Files
pear-docs/package.json
2024-01-12 18:33:31 +01:00

17 lines
341 B
JSON

{
"name": "pear-pulse",
"main": "pulse.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"bare-path": "^2.1.0",
"overpass": "github:RedHatOfficial/Overpass#71f18db"
}
}