UNPKG

@linuxcnc-node/hal

Version:

Node.js bindings for LinuxCNC HAL library

62 lines (61 loc) 1.32 kB
{ "name": "@linuxcnc-node/hal", "version": "1.1.1", "description": "Node.js bindings for LinuxCNC HAL library", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build:ts": "tsc", "build:cpp": "node-gyp configure && node-gyp build", "build": "npm run build:cpp && npm run build:ts", "rebuild": "node-gyp rebuild", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "author": "Dariusz Majnert", "repository": { "type": "git", "url": "https://github.com/b0czek/linuxcnc-node.git", "directory": "hal" }, "license": "GPL-2.0-only", "dependencies": { "node-addon-api": "^8.3.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.21", "jest": "^29.7.0", "node-gyp": "^11.2.0", "ts-jest": "^29.3.4", "typescript": "^5.8.3" }, "files": [ "dist/", "src/cpp", "scripts/", "binding.gyp", "README.md" ], "gypfile": true, "os": [ "linux" ], "keywords": [ "linuxcnc", "hal", "cnc", "hardware abstraction layer", "machining", "automation", "robotics", "motion control", "native", "addon", "bindings", "manufacturing", "industrial" ] }