{
	"name": "@aws-amplify/react-native",
	"version": "1.3.3",
	"description": "React Native core module for aws-amplify",
	"main": "./dist/cjs/index.js",
	"module": "./dist/esm/index.mjs",
	"react-native": "./dist/cjs/index.js",
	"typings": "./dist/esm/index.d.ts",
	"sideEffects": false,
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"prepare:ios": "cd example && npx pod-install",
		"prepare:android": "echo 'no-op'",
		"test": "jest",
		"test:ios": "echo 'no-op'",
		"test:android": "cd ./example/android && ./gradlew test -i",
		"build-with-test": "npm run clean && npm test && tsc",
		"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
		"build:watch": "npm run build:esm-cjs -- --watch",
		"build": "npm run clean && npm run build:esm-cjs",
		"clean": "rimraf lib-esm lib dist",
		"format": "echo \"Not implemented\"",
		"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
		"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
		"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
	},
	"dependencies": {
		"base-64": "^1.0.0",
		"buffer": "^6.0.3",
		"react-native-url-polyfill": "^3.0.0"
	},
	"peerDependencies": {
		"@aws-amplify/rtn-passkeys": "^1.0.0",
		"react-native": ">=0.70",
		"react-native-get-random-values": ">=1.8.0"
	},
	"peerDependenciesMeta": {
		"@aws-amplify/rtn-passkeys": {
			"optional": true
		}
	},
	"devDependencies": {
		"@aws-amplify/rtn-passkeys": "1.1.2",
		"@aws-amplify/rtn-push-notification": "1.3.1",
		"@aws-amplify/rtn-web-browser": "1.4.0",
		"@react-native-async-storage/async-storage": "^1.17.12",
		"@react-native-community/netinfo": "4.7.0",
		"@types/base-64": "1.0.0",
		"react-native": "0.72.17",
		"react-native-get-random-values": "1.9.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/aws-amplify/amplify-js.git"
	},
	"author": "Amazon Web Services",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/aws-amplify/amplify-js/issues"
	},
	"homepage": "https://docs.amplify.aws/",
	"files": [
		"Amplify*.podspec",
		"android",
		"ios",
		"dist/cjs",
		"dist/esm",
		"src"
	],
	"source": "src/index",
	"gitHead": "46ff4ba5bf95304d8b51456094b4fccf00674c08"
}
