{
  "name": "iobroker.omron-fins",
  "version": "0.1.0",
  "description": "Connect Omron PLCs to ioBroker using the FINS protocol",
  "author": {
    "name": "TheBam",
    "email": "elektrobam@gmx.de"
  },
  "homepage": "https://github.com/thebam1990/ioBroker.omron-fins",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "PLC",
    "FINS",
    "Omron"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TheBam1990/ioBroker.omron-fins"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.4.1",
    "omron-fins": "^0.5.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.3.0",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^22.20.1",
    "typescript": "^5.9.3"
  },
  "main": "main.js",
  "scripts": {
    "test:js": "mocha \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "check": "tsc --noEmit",
    "lint": "eslint .",
    "translate": "translate-adapter",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/thebam1990/ioBroker.omron-fins/issues"
  },
  "readmeFilename": "README.md",
  "engines": {
    "node": ">=22"
  },
  "files": [
    "admin/i18n/",
    "admin/jsonConfig.json",
    "admin/omron-fins.png",
    "io-package.json",
    "lib/adapter-config.d.ts",
    "lib/symbol-table.js",
    "lib/symbol-table.d.ts",
    "LICENSE",
    "main.js",
    "README.md",
    "READMEde.md"
  ]
}
