UNPKG

temp-web-gphoto2

Version:

WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web

57 lines (56 loc) 1.34 kB
{ "name": "temp-web-gphoto2", "version": "0.4.12-beta", "description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web", "exports": { ".": { "types": "./build/camera.d.ts", "node": "./build/camera.js", "require": "./build/camera.js", "import": "./build/camera.js", "default": "./build/camera.js" } }, "module": "./build/camera.js", "browser": "./build/camera.js", "types": "build/camera.d.ts", "scripts": { "build:wasm": "./build.sh", "build:ts": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/GoogleChromeLabs/web-gphoto2" }, "keywords": [ "gphoto2", "libusb", "webassembly" ], "author": { "name": "Ingvar Stepanyan", "email": "me@rreverser.com", "url": "https://rreverser.com" }, "contributors": [ { "name": "Tjeerd Bakker", "email": "tjeerd992@gmail.com", "url": "https://icheered.com" } ], "license": "LGPL-2.1-or-later", "bugs": { "url": "https://github.com/GoogleChromeLabs/web-gphoto2/issues" }, "homepage": "https://github.com/GoogleChromeLabs/web-gphoto2#readme", "files": [ "build/*" ], "devDependencies": { "@types/emscripten": "^1.39.5" }, "dependencies": { "typescript": ">=4.6.4" } }