UNPKG

frtz-core

Version:

this is the core used in the frtz cli

35 lines (34 loc) 812 B
{ "name": "frtz-core", "version": "0.2.0", "description": "this is the core used in the frtz cli", "main": "index.js", "scripts": { "test": "echo NO TESTS", "readme": "node gendocs.js>readme.md" }, "repository": { "type": "git", "url": "git+https://github.com/vaaski/frtz-core.git" }, "keywords": [ "FRITZ!Box", "cli", "nodejs" ], "author": "vaaski <admin@vaa.ski> (https://github.com/vaaski)", "license": "MIT", "bugs": { "url": "https://github.com/vaaski/frtz-core/issues" }, "homepage": "https://github.com/vaaski/frtz-core#readme", "dependencies": { "axios": "^0.19.2", "qs": "^6.9.4", "xml2js": "^0.4.23" }, "devDependencies": { "eslint": "^7.1.0", "jsdoc-to-markdown": "^6.0.1" } }