43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
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,
|
|
"react-native": "src/index",
|
|
"source": "src/index",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
|
"example": "yarn --cwd example",
|
|
"pods": "cd example && pod-install --quiet",
|
|
"bootstrap": "yarn example && yarn && yarn pods"
|
|
},
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.14.2"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.0",
|
|
"@types/react": "^16.9.19",
|
|
"@types/react-native": "0.62.13",
|
|
"jest": "^26.0.1",
|
|
"pod-install": "^0.1.0",
|
|
"react": "16.11.0",
|
|
"react-native": "0.62.2",
|
|
"babel-jest": "22.4.1",
|
|
"react-test-renderer": "16.6.0",
|
|
"metro-react-native-babel-preset": "0.51.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|