{ "name": "hydrawise-api", "version": "1.1.0", "description": "Library for accessing the Hydrawise API via the cloud or directly on the local network", "repository": { "type": "git", "url": "https://github.com/paulmolluzzo/hydrawise-api.git" }, "main": "dist/index.js", "type": "commonjs", "types": "./dist/index.d.ts", "keywords": [ "hydrawise", "api", "iot", "sprinklers", "hunter", "hunter industries" ], "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "echo \"Error: no test specified\" && exit 1" }, "contributors": [ "Martijn Dierckx", "Paul Molluzzo (https://paul.molluzzo.com)" ], "license": "MIT", "engines": { "node": ">=11.0.0", "npm": ">=6.9.0" }, "dependencies": { "axios": "^0.19.2" }, "devDependencies": { "@types/node": "^10.17.19", "rimraf": "^3.0.2", "typescript": "^3.8.3" } }