{
	"name": "testes-npm",
	"version": "1.1.0",
	"description": "This is a library that helps you to persist your redux store and rehydrate it when the app is reloaded in your mobile app using react-native or expo with redux.",
	"main": "./dist/cjs/index.js",
	"module": "./dist/esm/index.js",
	"types": "./types/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/esm/index.js",
			"require": "./dist/cjs/index.js",
			"types": "./types/index.d.ts"
		}
	},
	"keywords": [
		"react",
		"redux",
		"persist",
		"react-redux",
		"react-component",
		"react-library",
		"react-redux-persist",
		"react-native-redux-persist",
		"react-native-redux-persist2"
	],
	"scripts": {
		"rollup": "rollup -c",
		"build:types": "tsc",
		"build": "yarn rollup && yarn build:types",
		"test": "jest",
		"test:watch": "jest --watch",
		"test:coverage": "jest --coverage",
		"lint": "eslint . --ext .ts",
		"prettier": "prettier --write .",
		"pr-check": "yarn prettier && yarn lint && yarn build && yarn test:coverage"
	},
	"author": "Gabriel Logan",
	"license": "MIT",
	"devDependencies": {
		"@react-native-async-storage/async-storage": "^1.24.0",
		"@reduxjs/toolkit": "^2.2.6",
		"@rollup/plugin-commonjs": "^26.0.1",
		"@rollup/plugin-node-resolve": "^15.2.3",
		"@rollup/plugin-terser": "^0.4.4",
		"@rollup/plugin-typescript": "^11.1.6",
		"@types/jest": "^29.5.12",
		"@typescript-eslint/eslint-plugin": "^7.17.0",
		"@typescript-eslint/parser": "^7.17.0",
		"eslint": "^8",
		"eslint-config-prettier": "^9.1.0",
		"eslint-config-universe": "^13.0.0",
		"eslint-plugin-prettier": "^5.2.1",
		"expo-secure-store": "^13.0.2",
		"jest": "^29.7.0",
		"prettier": "^3.3.3",
		"react-redux": "^9.1.2",
		"rollup": "^4.19.0",
		"rollup-plugin-clear": "^2.0.7",
		"ts-jest": "^29.2.3",
		"ts-node": "^10.9.2",
		"typescript": "^5.5.4"
	}
}
