{
  "name": "iobroker.omron-fins",
  "version": "0.0.2",
  "description": "Anbindung für Omron SPS mittels FINS Protokoll",
  "author": {
    "name": "TheBam",
    "email": "elektrobam@gmx.de"
  },
  "homepage": "https://github.com/thebam1990/ioBroker.omron-fins",
  "license": "MIT",
  "keywords": [
    "SPS",
    "FINS",
    "Omron"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TheBam1990/ioBroker.omron-fins"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^2.4.0",
    "omron-fins": "git+https://github.com/ptrks/node-omron-fins.git"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^1.8.3",
    "@iobroker/testing": "^2.4.2",
    "@types/chai": "^4.2.15",
    "@types/chai-as-promised": "^7.1.3",
    "@types/gulp": "^4.0.8",
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.31",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^9.0.10",
    "@types/sinon-chai": "^3.2.5",
    "axios": "^0.21.1",
    "chai": "^4.3.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.21.0",
    "gulp": "^4.0.2",
    "mocha": "^8.3.0",
    "proxyquire": "^2.1.3",
    "sinon": "^9.2.4",
    "sinon-chai": "^3.5.0"
  },
  "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",
    "lint": "eslint",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/thebam1990/ioBroker.omron-fins/issues"
  },
  "readmeFilename": "README.md"
}