movemaster-robot
Version:
A module to control a Mitsubishi Movemaster EX RV-M1 robotic arm via USB
39 lines (38 loc) • 818 B
JSON
{
"name": "movemaster-robot",
"version": "1.0.6",
"description": "A module to control a Mitsubishi Movemaster EX RV-M1 robotic arm via USB",
"keywords": [
"robot",
"robotics",
"serialport",
"movemaster",
"mitsubishi"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/max-hans/movemaster-lib"
},
"scripts": {
"test": "tsc --noEmit",
"build": "tsup",
"push": "tsup && npm publish"
},
"author": "Maximilian Hans",
"license": "MIT",
"dependencies": {
"serialport": "^13.0.0"
},
"devDependencies": {
"@types/node": "^24.0.14",
"@biomejs/biome": "^2.1.1",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}