fritzbox-api
Version:
Straightforward, lightweight and extendable Node.js library to communicate with FRITZ!Box devices
31 lines (30 loc) • 1.06 kB
JSON
{
"name": "fritzbox-api",
"version": "1.3.0",
"description": "Straightforward, lightweight and extendable Node.js library to communicate with FRITZ!Box devices",
"main": "./src/fritzBoxApi.mjs",
"type": "module",
"scripts": {
"example_01_getSessionId": "node ./examples/01_getSessionId.mjs",
"example_02_getData": "node ./examples/02_getData.mjs",
"example_03_getFonCalls": "node ./examples/03_getFonCalls.mjs",
"example_04_getFonBook": "node ./examples/04_getFonBook.mjs",
"example_05_getLastUser": "node ./examples/05_getLastUser.mjs",
"example_06_reboot": "node ./examples/06_reboot.mjs",
"example_07_callDevice": "node ./examples/07_callDevice.mjs",
"example_08_alarmLoop": "node ./examples/08_alarmLoop.mjs"
},
"author": "Thorsten A. Weintz",
"repository": {
"type": "git",
"url": "git@github.com:aoephtua/fritzbox-api.git"
},
"keywords": [
"FRITZ!Box"
],
"license": "MIT",
"dependencies": {
"axios": "^1.15.2",
"fast-xml-parser": "^5.7.2"
}
}