peardock/package.json
2024-12-03 00:49:32 -05:00

41 lines
753 B
JSON

{
"name": "peardock",
"main": "index.html",
"pear": {
"name": "peardock",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": "400",
"width": "950"
},
"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"
},
"dependencies": {
"axios": "^1.7.8",
"dockernode": "^0.1.0",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"hyperswarm": "^4.8.4",
"stream": "^0.0.3",
"util": "^0.12.5",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}