-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "use-simple-camera",
"version": "1.0.9",
"description": "A simple and easy to use react hook, it can help you capture videos, images and get media devices streams in an easy to use way.",
"main": "dist/index.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ketanip/use-simple-camera.git"
},
"keywords": [
"camera",
"MediaDevices API",
"Web-APIs",
"video-stream-management",
"react-hooks-for-media",
"MediaStream API",
"Image Capture API",
"video-download",
"webcam",
"react-component",
"webrtc",
"image",
"video-recording",
"image-capture"
],
"author": "Ketan Iralepatil",
"license": "MIT",
"bugs": {
"url": "https://github.com/ketanip/use-simple-camera/issues"
},
"homepage": "https://github.com/ketanip/use-simple-camera#readme",
"peerDependencies": {
"react": ">=18.0.0"
},
"devDependencies": {
"rollup": "^4.29.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.7.2",
"@types/react": ">=18.0.0"
}
}