peardock/package.json

41 lines
753 B
JSON
Raw Permalink Normal View History

2024-11-26 03:12:55 -05:00
{
2024-12-03 00:49:32 -05:00
"name": "peardock",
2024-11-26 03:12:55 -05:00
"main": "index.html",
"pear": {
2024-12-03 00:49:32 -05:00
"name": "peardock",
2024-11-26 03:12:55 -05:00
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
2024-11-29 23:37:39 -05:00
"height": "400",
"width": "950"
2024-11-26 03:12:55 -05:00
},
2024-12-02 03:29:59 -05:00
"links": [
"http://*",
"https://*",
"ws://*",
"wss://*"
]
2024-11-26 03:12:55 -05:00
},
"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": {
2024-12-02 02:16:00 -05:00
"axios": "^1.7.8",
2024-11-28 07:52:53 -05:00
"dockernode": "^0.1.0",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
2024-11-26 03:12:55 -05:00
"hyperswarm": "^4.8.4",
2024-12-02 02:16:00 -05:00
"stream": "^0.0.3",
"util": "^0.12.5",
2024-11-26 03:12:55 -05:00
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}