turbo-camera-dubu
Version:
React Native TurboModule for camera functionality and QR code scanning
51 lines (50 loc) • 965 B
JSON
{
"name": "turbo-camera-dubu",
"version": "0.0.1",
"description": "React Native TurboModule for camera functionality and QR code scanning",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"android",
"ios",
"lib",
"turbo-camera.podspec",
"!android/build",
"!ios/build"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"camera",
"qrcode",
"turbomodule"
],
"author": "dubu",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": ">=0.68.0"
},
"devDependencies": {
"@types/react": "^18.3.20",
"@types/react-native": "^0.70.19",
"typescript": "^4.9.5"
},
"codegenConfig": {
"name": "TurboCameraSpec",
"type": "all",
"jsSrcsDir": "spec"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"csstype": "^3.1.3"
}
}