{
	"name": "redux-profiler",
	"version": "1.0.10",
	"description": "A Redux store enhancer which uses User Timing API to profile redux actions and time spent on notifying store listeners",
	"main": "dist/redux-profiler.umd.js",
	"module": "dist/redux-profiler.esm.js",
	"files": [
		"dist/*"
	],
	"scripts": {
		"prepublishOnly": "npm run build",
		"build": "rollup --config",
		"watch": "npm run build -- -w",
		"format": "prettier --write **/*.{js,css,md}",
		"lint:fix": "npm run lint -- --fix",
		"test": "run-s lint test:sources",
		"lint": "eslint --ext .js .",
		"test:sources": "jest --coverage"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/bhovhannes/redux-profiler.git"
	},
	"keywords": [
		"redux",
		"store",
		"profile",
		"react",
		"timing",
		"performance",
		"profiler"
	],
	"author": "Hovhannes Babayan <bhovhannes@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/bhovhannes/redux-profiler/issues"
	},
	"homepage": "https://github.com/bhovhannes/redux-profiler#readme",
	"devDependencies": {
		"@arkweid/lefthook": "0.7.7",
		"@babel/core": "7.16.0",
		"@babel/eslint-parser": "7.16.3",
		"@babel/preset-env": "7.16.4",
		"@bhovhannes/shared-config": "0.0.1",
		"@jest/globals": "27.4.2",
		"@rollup/plugin-babel": "5.3.0",
		"eslint": "8.4.0",
		"eslint-config-prettier": "8.3.0",
		"eslint-plugin-jest": "25.3.0",
		"jest": "27.4.3",
		"npm-run-all": "4.1.5",
		"prettier": "2.5.1",
		"rollup": "2.60.2"
	}
}
