UNPKG

fritzbox-api

Version:

Straightforward, lightweight and extendable Node.js library to communicate with FRITZ!Box devices

29 lines (28 loc) 900 B
{ "name": "fritzbox-api", "version": "1.2.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" }, "author": "Thorsten A. Weintz", "repository": { "type": "git", "url": "git@github.com:aoephtua/fritzbox-api.git" }, "keywords": [ "FRITZ!Box" ], "license": "MIT", "dependencies": { "axios": "^1.6.7", "fast-xml-parser": "^4.3.4" } }