fritzfix/package.json
2024-06-12 10:26:04 +02:00

23 lines
458 B
JSON

{
"name": "fritzfix",
"version": "0.0.1",
"description": "",
"main": "fritzfix.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://git.velvettear.de/velvettear/fritzfix.git"
},
"keywords": [
"fritzbox",
"remote control"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"dependencies": {
"moment": "^2.30.1",
"selenium-webdriver": "^4.21.0",
"ws": "^8.5.0"
}
}