29 lines
528 B
JSON
Raw Normal View History

2025-01-15 01:10:25 -05:00
{
"name": "pear-bootstrap-template",
"main": "index.html",
"pear": {
"name": "pear-bootstrap-template",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": "540",
"width": "720"
},
"links": [
"http://*",
"https://*",
"ws://*",
"wss://*"
]
},
"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"
}
}