UNPKG

@bridgerakol/samsung-smart-api

Version:

Node Module For Connecting Samsung Smartthings API

23 lines 536 B
{ "name": "@bridgerakol/samsung-smart-api", "version": "2.8.1", "description": "Node Module For Connecting Samsung Smartthings API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc && node ./dist/test.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "samsung-smart-api", "SmartThings" ], "author": "Prasun Chakraborty", "devDependencies": { "typescript": "^2.6.2" }, "dependencies": { "axios": "^0.19.2" } }