{
	"name": "@appsflow/redux",
	"version": "0.0.0-alpha.38",
	"description": "AppFlow redux",
	"scripts": {
		"test": "export flow_modules_logger=off && jest",
		"build": "rollup --config rollup.config.ts --configPlugin typescript",
		"watch": "rollup --config rollup.config.ts --configPlugin typescript --watch"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/appflow/redux.git"
	},
	"keywords": [
		"appflow",
		"redux"
	],
	"author": "Leonid Vinikov <czf.leo123@gmail.com> (https://github.com/iNewLegend)",
	"license": "MIT",
	"main": "dist/umd/appflow-redux.js",
	"module": "dist/umd/appflow-redux.mjs",
	"types": "dist/umd/src/index.d.ts",
	"files": [
		"dist/**/*.js",
		"dist/**/*.js.map",
		"dist/**/*.d.ts",
		"src/"
	],
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@babel/core": "^7.20.5",
		"@babel/plugin-transform-runtime": "^7.19.6",
		"@babel/preset-env": "^7.20.2",
		"@babel/preset-typescript": "^7.18.6",
		"@babel/runtime": "^7.20.6",
		"@reduxjs/toolkit": "^1.9.1",
		"@rollup/plugin-alias": "^4.0.0",
		"@rollup/plugin-babel": "^6.0.3",
		"@rollup/plugin-commonjs": "^23.0.0",
		"@rollup/plugin-node-resolve": "^15.0.0",
		"@rollup/plugin-replace": "^5.0.0",
		"@rollup/plugin-typescript": "^9.0.1",
		"@rollup/plugin-virtual": "^3.0.1",
		"@rollup/pluginutils": "^5.0.0",
		"@types/jest": "^29.2.4",
		"@types/react": "^18.0.26",
		"@typescript-eslint/eslint-plugin": "^5.46.0",
		"@typescript-eslint/parser": "^5.46.0",
		"babel-jest": "^29.3.1",
		"rollup-plugin-terser": "^7.0.2",
		"ts-jest": "^29.0.3",
		"tslib": "^2.4.0"
	},
	"peerDependencies": {
		"@appsflow/core": "^0.0.0-alpha.15",
		"react": "*",
		"react-redux": "*"
	}
}
