UNPKG

tethr

Version:

Controlls USB-connected cameras, webcam, and smartphone camera from browser

50 lines (49 loc) 1.18 kB
{ "name": "tethr", "author": "Baku Hashimoto <mail@baku89.com> (https://baku89.com)", "version": "0.6.3", "description": "Controlls USB-connected cameras, webcam, and smartphone camera from browser", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/baku89/tethr", "sideEffects": false, "keywords": [ "camera", "webcam", "tethered", "photo", "gphoto2", "shooting", "dslr", "webusb", "ptp" ], "scripts": { "build": "tsc", "prepare": "npm run build", "postversion": "git push && git push --tags" }, "files": [ "lib" ], "homepage": "https://baku89.github.io/tethr/", "license": "MIT", "dependencies": { "bim": "^1.3.3", "date-format-parse": "^0.2.7", "eventemitter3": "^5.0.1", "linearly": "^0.21.0", "lodash": "^4.17.21", "p-queue": "^8.0.1", "sleep-promise": "^9.1.0", "typescript-memoize": "^1.1.1" }, "devDependencies": { "@types/lodash": "^4.14.202", "@types/w3c-image-capture": "^1.0.10", "@types/w3c-web-usb": "^1.0.10", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1" }, "gitHead": "55d789ce959bede7127365a7056977622d7043a4" }