@react-native-community/image-picker-ios
Version:
React Native Image Picker for iOS
103 lines (102 loc) • 2.78 kB
JSON
{
"name": "@react-native-community/image-picker-ios",
"version": "1.0.1",
"description": "React Native Image Picker for iOS",
"react-native": "src/index.ts",
"types": "src/index.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"files": [
"/ios",
"/src",
"/lib",
"/*.podspec"
],
"author": "Johan du Toit <jdutoit.dev@gmail.com>",
"contributors": [
"Johan du Toit <jdutoit.dev@gmail.com> (johan.dev)"
],
"homepage": "https://github.com/react-native-community/react-native-image-picker-ios#readme",
"license": "MIT",
"scripts": {
"start": "react-native start",
"test": "yarn validate:eslint && yarn validate:typescript && yarn test:jest",
"validate:eslint": "eslint 'src/**/*.{js,ts,tsx}' 'example/**/*.{js,ts,tsx}'",
"validate:typescript": "tsc --project ./ --noEmit",
"test:jest": "jest '/src/'",
"ci:publish": "yarn semantic-release",
"semantic-release": "semantic-release",
"prepare": "bob build"
},
"keywords": [
"react-native",
"react native",
"image",
"imagepicker",
"image picker",
"picker"
],
"peerDependencies": {
"react-native": ">=0.59"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"@react-native-community/bob": "^0.4.1",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "7.0.8",
"@types/jest": "^24.0.12",
"@types/react-native": "^0.57.51",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"babel-jest": "^24.7.1",
"eslint": "5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "3.0.1",
"husky": "^2.3.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"metro-react-native-babel-preset": "^0.53.1",
"prettier": "^1.17.0",
"react": "16.8.3",
"react-native": "0.59.5",
"react-test-renderer": "16.8.3",
"rimraf": "^2.6.3",
"semantic-release": "15.13.3",
"ts-jest": "^24.0.2",
"typescript": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-image-picker-ios.git"
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn test"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn eslint --fix",
"git add"
]
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-image-picker-ios/issues"
},
"directories": {
"example": "example",
"lib": "lib"
}
}