| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "hydrawise-api",
- "version": "1.2.3",
- "description": "Library for accessing the Hydrawise API via the cloud or directly on the local network",
- "repository": {
- "type": "git",
- "url": "https://git.kunago.com/kunago/node-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": [
- "Miroslav Abrahám",
- "Martijn Dierckx",
- "Paul Molluzzo (https://paul.molluzzo.com)"
- ],
- "license": "MIT",
- "engines": {
- "node": ">=16.0.0",
- "npm": ">=8.1.0"
- },
- "dependencies": {
- "axios": "^1.4.0"
- },
- "devDependencies": {
- "@types/node": "^18.16.8",
- "rimraf": "^5.0.0",
- "typescript": "^5.0.4"
- }
- }
|