UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

52 lines (51 loc) 1.13 kB
{ "name": "shelly-sdk", "version": "0.2.4", "description": "Shelly SDK for Node.js with Types definition", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "author": { "name": "Luca Bianchi", "email": "bianchi.luca@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/aletheia/shelly-sdk.git" }, "license": "MIT", "keywords": [ "Shelly", "Shelly SDK", "Shelly Cloud", "Shelly Cloud SDK", "Shelly Cloud SDK for Node.js" ], "scripts": { "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "fix": "gts fix", "start": "ts-node src/index.ts", "prepublish": "gts clean compile", "test": "jest ." }, "devDependencies": { "@types/axios": "^0.14.0", "@types/jest": "^27.4.1", "@types/netmask": "^1.0.30", "@types/node": "^14.11.2", "gts": "^3.1.0", "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "^4.0.3" }, "dependencies": { "axios": "^0.26.1", "nanoid": "^3.3.3", "netmask": "^2.0.2" } }