UNPKG

iobroker.pjlink

Version:
81 lines (80 loc) 2.61 kB
{ "name": "iobroker.pjlink", "version": "0.1.2", "description": "PJLink Projector controll", "author": { "name": "Bannsaenger", "email": "bannsaenger@gmx.de" }, "homepage": "https://github.com/Bannsaenger/ioBroker.pjlink", "license": "MIT", "keywords": [ "ioBroker", "pjlink", "projector" ], "repository": { "type": "git", "url": "https://github.com/Bannsaenger/ioBroker.pjlink" }, "engines": { "node": ">=20.x" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "extend": "^3.0.2" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.2", "@alcalzone/release-script-plugin-license": "^3.7.0", "@alcalzone/release-script-plugin-manual-review": "^3.7.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.1.1", "@iobroker/types": "^7.0.7", "@types/gulp": "^4.0.17", "@types/node": "^24.9.1", "@types/proxyquire": "^1.3.31", "ansi-regex": ">=6.2.0", "eslint": "^9.38.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^54.1.1", "eslint-plugin-prettier": "^5.4.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-unicorn": "^60.0.0", "eslint-plugin-import": "^2.32.0", "globals": "^16.0.0", "prettier": "^3.6.2", "proxyquire": "^2.1.3", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "www/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script patch --all --verbose -p iobroker license", "release-minor": "release-script minor --all --verbose -p iobroker license manual-review", "release-major": "release-script major --all --verbose -p iobroker license changelog manual-review" }, "bugs": { "url": "https://github.com/Bannsaenger/ioBroker.pjlink/issues" }, "readmeFilename": "README.md" }