Files
web-dslr/package.json
2023-08-02 21:29:26 +02:00

34 lines
909 B
JSON

{
"name": "web-gphoto2",
"version": "0.1.0",
"description": "WASM implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"main": "ui/libapi.mjs",
"types": "ui/libapi.mjs.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/web-gphoto2"
},
"keywords": [
"gphoto2",
"libusb",
"wasm"
],
"author": "Ingvar Stepanyan - RReverser - me@rreverser.com",
"license": "LGPLv2.1",
"bugs": {
"url": "https://github.com/GoogleChromeLabs/web-gphoto2/issues"
},
"homepage": "https://github.com/GoogleChromeLabs/web-gphoto2#readme",
"files": [
"ui/libapi.*"
],
"devDependencies": {
"@types/emscripten": "^1.39.5",
"@types/requestidlecallback": "^0.3.4",
"@types/stats.js": "^0.17.0",
"preact": "^10.5.14"
}
}