33 lines
933 B
JSON
33 lines
933 B
JSON
{
|
|
"name": "react-native-camera-kit",
|
|
"repository": {
|
|
"type": "git",
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"version": "9.0.0",
|
|
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
|
|
"nativePackage": true,
|
|
"scripts": {
|
|
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
|
"xcode": "open example-ios/CameraKit.xcodeproj",
|
|
"androidStudio": "open -a /Applications/Android\\ Studio.app ./example-android"
|
|
},
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.14.2"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"react": "16.9.x",
|
|
"react-native": "0.61.3",
|
|
"babel-jest": "22.4.1",
|
|
"babel-preset-react-native": "5.0.2",
|
|
"jest": "22.x.x",
|
|
"react-test-renderer": "16.6.0",
|
|
"metro-react-native-babel-preset": "0.51.0",
|
|
"jsc-android": "245459.0.0"
|
|
},
|
|
}
|