UNPKG

react-native-camera-kit

Version:

A high performance, fully featured, rock solid camera library for React Native applications

84 lines (83 loc) 2.71 kB
{ "name": "react-native-camera-kit", "repository": { "type": "git", "url": "https://github.com/teslamotors/react-native-camera-kit.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "version": "17.0.1", "description": "A high performance, fully featured, rock solid camera library for React Native applications", "nativePackage": true, "scripts": { "build": "tsc --project tsconfig.json", "clean": "rm -rf dist/", "test": "jest", "lint": "yarn eslint -c .eslintrc.js", "check-ios": "scripts/check-ios.sh", "release": "yarn clean && yarn build && yarn publish --verbose", "release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose", "release:local": "yarn clean && yarn build && tmp=$(mktemp) && yarn pack --filename $tmp.tar.gz && open -R $tmp.tar.gz", "start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start", "codegen": "react-native codegen --verbose --path . --platform ios --source library && react-native codegen --verbose --path . --platform android --source library", "bootstrap": "cd example/ && bundle install && yarn && cd ios/ && bundle exec pod install", "bootstrap-linux": "cd example/ && yarn" }, "main": "dist/index.js", "module": "dist/index.js", "source": "./src/", "types": "dist/index.d.ts", "react-native": "src/index", "files": [ "android", "build", "dist", "ios", "src", "ReactNativeCameraKit.podspec" ], "license": "MIT", "dependencies": {}, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "20.0.0", "@react-native-community/cli-platform-ios": "20.0.0", "@react-native/babel-preset": "0.79.0", "@react-native/eslint-config": "0.79.0", "@react-native/metro-config": "0.79.0", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0", "eslint": "^8.19.0", "prettier": "2.8.8", "react": "19.0.0", "react-native": "0.79.0", "react-test-renderer": "19.0.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "engines": { "node": ">=18" }, "codegenConfig": { "name": "NativeCameraKitSpec", "type": "all", "jsSrcsDir": "src/specs", "android": { "javaPackageName": "com.rncamerakit" }, "ios": { "componentProvider": { "CKCamera": "CKCameraViewComponentView" } } }, "packageManager": "yarn@1.22.22" }