{
    "name": "@allenbradley/l5x",
    "version": "1.0.0-beta.8",
    "description": "A tool to help with parsing and generating Allen Bradley L5X files.",
    "main": "./dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "tsc -b",
        "test": "npm run lint && 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 .js",
        "lint:fix": "npm run lint -- --fix"
    },
    "keywords": [
        "Allen",
        "Bradley",
        "Node",
        "javascript",
        "Allen-Bradley",
        "L5X",
        "L5K",
        "Generator",
        "Parser"
    ],
    "author": "Canaan Seaton",
    "license": "ISC",
    "dependencies": {
        "clone": "^1.0.4",
        "xml-js": "^1.6.11"
    },
    "devDependencies": {
        "@types/node": "^20.2.3",
        "coveralls": "^3.0.0",
        "eslint": "^4.19.1",
        "eslint-plugin-jest": "^21.15.0",
        "jest": "^22.4.3",
        "typescript": "^5.0.4"
    }
}
