Bunch of updates in preparation for publish
This commit is contained in:
19
package.json
19
package.json
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "web-gphoto2",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
|
||||
"type": "module",
|
||||
"main": "src/camera.js",
|
||||
"types": "src/types.d.ts",
|
||||
"main": "build/camera.js",
|
||||
"types": "build/camera.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build:ts": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -35,13 +35,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/GoogleChromeLabs/web-gphoto2#readme",
|
||||
"files": [
|
||||
"src/*",
|
||||
"build/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/emscripten": "^1.39.5",
|
||||
"@types/requestidlecallback": "^0.3.4",
|
||||
"@types/stats.js": "^0.17.0",
|
||||
"preact": "^10.5.14"
|
||||
"@types/emscripten": "^1.39.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user