{
    "name": "@hive-command/ethernet-ip",
    "version": "2.5.6-alpha.37",
    "description": "A simple node interface for Ethernet/IP.",
    "main": "./dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "tsc -b",
        "test": "jest && npm run test:coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
        "test:local": "npm run lint && jest && npm run test:coverage",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "test:detailed": "jest --verbose",
        "test:update": "jest -u",
        "lint": "./node_modules/.bin/eslint . --ext .ts",
        "lint:fix": "npm run lint -- --fix"
    },
    "keywords": [
        "rockwell",
        "allen",
        "bradley",
        "allen-bradley",
        "ethernet",
        "ethernet-ip",
        "ethernet/ip",
        "CIP",
        "industrial",
        "PLC",
        "communication",
        "controller"
    ],
    "dependencies": {
        "dateformat": "^3.0.3",
        "deep-equal": "^1.1.1",
        "int64-buffer": "^0.99.1007",
        "task-easy": "^1.0.1"
    },
    "devDependencies": {
        "@types/dateformat": "^5.0.0",
        "@types/deep-equal": "^1.0.1",
        "@types/jest": "^29.2.3",
        "@types/node": "^18.11.9",
        "colors": "^1.3.2",
        "coveralls": "^3.0.2",
        "eslint": "^4.19.1",
        "eslint-plugin-jest": "^21.22.0",
        "jest": "^29.3.1",
        "ts-jest": "^29.0.3",
        "typescript": "^4.9.3"
    },
    "author": "Jason Serafin",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/SerafinTech/ST-node-ethernet-ip"
    }
}
