UNPKG

freeathome-local-api-client

Version:

A client library for the BUSCH-JAEGER free@home local API implemented in TypeScript

81 lines 2.25 kB
{ "name": "freeathome-local-api-client", "version": "1.4.16", "preview": false, "description": "A client library for the BUSCH-JAEGER free@home local API implemented in TypeScript", "repository": { "type": "git", "url": "git+https://github.com/pgerke/freeathome-local-api-client.git" }, "keywords": [ "free@home", "freeathome", "buschjaeger", "busch-jaeger", "abb", "smarthome", "api-client", "typescript" ], "author": { "email": "info@philipgerke.com", "name": "Philip Gerke", "url": "https://www.philipgerke.com" }, "homepage": "https://github.com/pgerke/freeathome-local-api-client#readme", "license": "MIT", "bugs": { "url": "https://github.com/pgerke/freeathome-local-api-client/issues" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "dependencies": { "rxjs": "^7.8.2", "ts-interface-checker": "^1.0.2", "ws": "^8.18.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/jasmine": "^5.1.7", "@types/ws": "^8.18.0", "@typescript-eslint/eslint-plugin": "^8.27.0", "@typescript-eslint/parser": "^8.27.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.16.2", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-promise": "^7.2.1", "globals": "^16.0.0", "jasmine": "^5.6.0", "jasmine-spec-reporter": "^7.0.0", "nyc": "^17.1.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "ts-interface-builder": "^0.3.3", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "scripts": { "clean": "rimraf dist", "build": "tsup --config tsup.config.ts", "test": "ts-node --project ./tsconfig.spec.json node_modules/jasmine/bin/jasmine --config=jasmine.json", "test:ci": "nyc pnpm run test", "lint": "eslint . --fix --max-warnings=0" } }