UNPKG

@hzabala/tplinkcloud-api-client

Version:

<p align="left"> <a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License MIT"/></a> <p>

46 lines (45 loc) 1.06 kB
{ "name": "@hzabala/tplinkcloud-api-client", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "package.json" ], "scripts": { "compile": "rm -rf dist/ && tsc -d -p .", "test": "jest test --passWithNoTests --runInBand", "publish-pkg": "npm run compile && npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/heanzyzabala/tplinkcloud-api-client.git" }, "author": "Heanzy Zabala", "license": "MIT", "bugs": { "url": "https://github.com/heanzyzabala/tplinkcloud-api-client.git/issues" }, "homepage": "https://github.com/heanzyzabala/tplinkcloud-api-client", "dependencies": { "axios": "^0.24.0", "local-devices": "^3.2.0" }, "keywords": [ "tplink", "tp-link", "tplinkcloud", "tapo", "p105", "iot", "api" ], "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^14.14.37", "jest": "^26.6.3", "ts-jest": "^26.5.5", "typescript": "^4.2.4" } }