{
  "name": "iobroker.opcua",
  "description": "The adapter allows to use OPC-UA server and client in ioBroker.",
  "version": "1.2.1",
  "author": "bluefox <dogafox@gmail.com>",
  "homepage": "https://github.com/ioBroker/ioBroker.opcua",
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.opcua"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "iobroker",
    "OPC",
    "OPC UA"
  ],
  "dependencies": {
    "node-opcua": "^2.156.0",
    "@iobroker/adapter-core": "^3.2.3",
    "jsonwebtoken": "^9.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.4.0",
    "@iobroker/build-tools": "^2.0.15",
    "@iobroker/eslint-config": "^2.0.2",
    "@iobroker/testing": "^5.0.4",
    "@tsconfig/node14": "^14.1.4",
    "@types/chai": "^4.3.16",
    "@types/chai-as-promised": "^7.1.8",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.0.12",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon": "^17.0.4",
    "@types/sinon-chai": "^3.2.12",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "mocha": "^11.7.1",
    "prettier": "^3.6.2",
    "proxyquire": "^2.1.3",
    "sinon": "^18.0.0",
    "sinon-chai": "^3.7.0",
    "typescript": "~5.8.3"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.opcua/issues"
  },
  "main": "main.js",
  "files": [
    "admin/",
    "lib/",
    "certificates/",
    "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",
    "prepublishOnly": "node tasks",
    "build": "node tasks",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "lint": "eslint -c eslint.config.mjs",
    "update-packages": "npx -y npm-check-updates --upgrade && cd src && npx -y npm-check-updates --upgrade",
    "0-clean": "node tasks --0-clean",
    "1-npm": "node tasks --1-npm",
    "2-build": "node tasks --2-build",
    "3-copy": "node tasks --3-copy",
    "admin-build": "node tasks",
    "translate": "translate-adapter",
    "release": "release-script",
    "release-patch": "release-script patch --yes --no-update-lockfile",
    "release-minor": "release-script minor --yes --no-update-lockfile",
    "release-major": "release-script major --yes --no-update-lockfile",
    "npm": "npm i && cd src && npm i -f"
  },
  "license": "MIT"
}
