This commit is contained in:
dmc
2024-01-09 12:47:13 +01:00
parent 8c1dfc51ce
commit af5ec98a44
4 changed files with 392 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "pear",
"main": "pulse.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"marked": "^5.1.0",
"overpass": "github:RedHatOfficial/Overpass#71f18db"
}
}