UNPKG

@vundl/react-native-uvc-camera

Version:
46 lines (45 loc) 984 B
{ "name": "@vundl/react-native-uvc-camera", "version": "1.0.0", "description": "UVC Camera implementation for React Native", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"No tests specified\" && exit 0", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "pack:local": "npm pack", "clean": "rm -rf lib" }, "repository": { "type": "git", "url": "git+https://github.com/username/react-native-uvc-camera.git" }, "keywords": [ "react-native", "camera", "uvc", "face-detection" ], "author": "", "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.70.0", "typescript": "^4.9.0" }, "files": [ "lib/**/*", "android/**/*", "ios/**/*", "README.md" ], "publishConfig": { "access": "public" } }