@homebridge-plugins/homebridge-noip
Version:
The No-IP plugin allows you to update your No-IP hostname(s) for your homebridge instance.
86 lines (85 loc) • 2.51 kB
JSON
{
"name": "@homebridge-plugins/homebridge-noip",
"displayName": "No-IP",
"type": "module",
"version": "4.2.0",
"description": "The No-IP plugin allows you to update your No-IP hostname(s) for your homebridge instance.",
"author": {
"name": "donavanbecker",
"url": "https://github.com/donavanbecker"
},
"publishConfig": {
"access": "public"
},
"maintainers": [
"donavanbecker"
],
"license": "ISC",
"funding": [
{
"type": "Paypal",
"url": "https://www.paypal.me/donavanbecker"
},
{
"type": "GitHub",
"url": "https://github.com/sponsors/donavanbecker"
}
],
"homepage": "https://github.com/homebridge-plugins/homebridge-noip",
"repository": {
"type": "git",
"url": "https://github.com/homebridge-plugins/homebridge-noip.git"
},
"bugs": {
"url": "https://github.com/homebridge-plugins/homebridge-noip/issues"
},
"keywords": [
"homebridge-plugin",
"noip",
"No-IP"
],
"main": "dist/index.js",
"engines": {
"homebridge": "^1.11.4 || ^2.0.0-beta.104",
"node": "^22 || ^24"
},
"scripts": {
"check": "npm install && npm outdated",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"watch": "npm run build && npm run plugin-ui && npm link && nodemon",
"plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/",
"build": "npm run clean && tsc && npm run plugin-ui",
"prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run docs:lint",
"postpublish": "npm run clean && npm ci",
"clean": "shx rm -rf ./dist",
"test": "vitest run",
"test:watch": "vitest watch",
"test-coverage": "npm run test -- --coverage",
"docs": "typedoc",
"docs:lint": "typedoc --emit none --treatWarningsAsErrors"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.2.3",
"rxjs": "^7.8.2",
"undici": "^8.1.0",
"validator": "^13.15.35"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@types/debug": "^4.1.13",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^10.2.1",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-perfectionist": "^5.8.0",
"homebridge": "^2.0.0-beta.104",
"homebridge-config-ui-x": "^5.22.0",
"nodemon": "^3.1.14",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
}
}