{
	"name": "@aws-amplify/rtn-push-notification",
	"version": "1.3.1",
	"description": "React Native module for aws-amplify push notifications",
	"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": "echo 'no-op'",
		"prepare:android": "echo 'no-op'",
		"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
		"test:ios": "echo 'no-op'",
		"test:android": "./android/gradlew test -p ./android",
		"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 99"
	},
	"dependencies": {
		"lodash": "^4.17.21"
	},
	"devDependencies": {
		"react-native": "0.72.17"
	},
	"peerDependencies": {
		"react-native": ">=0.70"
	},
	"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/aws-amplify/issues"
	},
	"homepage": "https://docs.amplify.aws/",
	"files": [
		"Amplify*.podspec",
		"android",
		"ios",
		"dist/cjs",
		"dist/esm",
		"src"
	],
	"gitHead": "bc3d99106efb8f0c403a070bc58a89f61a1c8a67"
}
