react-native-interactable-with-android-link
Version:
Upgrade for react-native-interactable
107 lines (106 loc) • 4 kB
JSON
{
"name": "react-native-interactable-with-android-link",
"version": "1.0.5",
"description": "Upgrade for react-native-interactable",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": ">=1.6.1",
"react-native-reanimated": ">=1.8.0",
"lodash": "*"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@react-native-community/bob": "^0.16.2",
"@react-native-community/eslint-config": "^2.0.0",
"@release-it/conventional-changelog": "^1.1.4",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
"commitlint": "^8.3.5",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.11.0",
"react-native": "0.62.2",
"release-it": "^13.5.8",
"typescript": "^3.8.3",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.9.0"
},
"typings": "typings/react-native-interactable.d.ts",
"babel": {
"env": {
"test": {
"presets": [
"react-native"
]
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndriTaran/react-native-interactable-with-android-link.git"
},
"keywords": [
"react-native",
"interactable"
],
"author": "andreytaran <andrey.taran@evernetica.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndriTaran/react-native-interactable-with-android-link/issues"
},
"homepage": "https://github.com/AndriTaran/react-native-interactable-with-android-link#readme",
"readme": "https://github.com/wix/react-native-interactable#readme",
"detox_ignore": {
"specs": "e2e",
"configurations": {
"ios.sim.debug": {
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
"type": "ios.simulator",
"name": "iPhone 11 Pro"
},
"ios.sim.release": {
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
"type": "ios.simulator",
"name": "iPhone 11 Pro"
},
"android.emu.debug": {
"binaryPath": "playground/android/app/build/outputs/apk/debug/app-debug.apk",
"build": "cd playground/android && ./gradlew :app:assembleDebug :app:assembleAndroidTest -DtestBuildType=debug",
"type": "android.emulator",
"name": "Pixel_2_API_26"
},
"android.emu.release": {
"binaryPath": "playground/android/app/build/outputs/apk/release/app-release.apk",
"build": "cd playground/android && ./gradlew :app:assembleRelease :app:assembleAndroidTest -DtestBuildType=release",
"type": "android.emulator",
"name": "Pixel_2_API_26"
}
}
}
}