UNPKG

codesys-client

Version:

Node.js Codesys client for reading and writing PLC data using network variable lists (NVL)

49 lines (48 loc) 1.3 kB
{ "name": "codesys-client", "version": "0.1.1", "description": "Node.js Codesys client for reading and writing PLC data using network variable lists (NVL)", "main": "./dist/codesys-client.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "lint": "eslint . --ext .ts", "watch": "tsc -w" }, "keywords": [ "plc", "iec-61131-3", "61131-3", "codesys" ], "author": "Jussi Isotalo <j.isotalo91@gmail.com> (https://github.com/jisotalo)", "license": "MIT", "homepage": "https://github.com/jisotalo/codesys-client/", "bugs": { "url": "https://github.com/jisotalo/codesys-client/issues" }, "repository": { "type": "git", "url": "https://github.com/jisotalo/codesys-client.git" }, "dependencies": { "debug": "^4.3.2", "iec-61131-3": "^1.1.0" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/node": "^14.14.14", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "eslint": "^7.17.0", "typescript": "^4.1.3" }, "files": [ "dist/", "CHANGELOG.md", "README.md", "LICENSE.txt", "nvl-file-generator.html" ], "types": "./dist/codesys-client.d.ts" }