{ "name": "mcopy-cli", "version": "1.6.2", "description": "CLI for controlling the mcopy optical printer platform", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sixteenmillimeter/mcopy.git" }, "author": "mmcwilliams", "license": "MIT", "bugs": { "url": "https://github.com/sixteenmillimeter/mcopy/issues" }, "homepage": "https://github.com/sixteenmillimeter/mcopy#readme", "dependencies": { "arduino": "file:lib/arduino", "cam": "file:lib/cam", "cmd": "file:lib/cmd", "commander": "^4.0.1", "delay": "file:../app/lib/delay", "device": "file:lib/device", "devices": "file:lib/devices", "filmout": "file:lib/filmout", "display": "file:lib/display", "exec": "file:lib/exec", "exit": "file:lib/exit", "fs-extra": "^8.1.0", "humanize-duration": "^3.21.0", "intval": "file:lib/intval", "light": "file:lib/light", "log": "file:lib/log", "moment": "^2.24.0", "mscript": "file:../app/lib/mscript", "proj": "file:lib/proj", "request": "^2.88.0", "sequencer": "file:lib/sequencer", "serialport": "^8.0.5", "settings": "file:lib/settings", "spawn": "file:lib/spawn", "systeminformation": "^4.16.0", "uuid": "^3.3.3", "winston": "^3.2.1" }, "devDependencies": { "pkg": "^4.4.2" } }