peardock/package.json
2024-12-02 02:16:00 -05:00

45 lines
1010 B
JSON

{
"name": "peartainer",
"main": "index.html",
"pear": {
"name": "peartainer",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": "400",
"width": "950"
},
"links": [
"http://127.0.0.1",
"http://localhost",
"https://ka-f.fontawesome.com",
"https://cdn.jsdelivr.net",
"https://cdnjs.cloudflare.com",
"ws://localhost:8080",
"https://raw.githubusercontent.com",
"https://portainer-io-assets.sfo2.digitaloceanspaces.com"
]
},
"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"
}
}