{
	"name": "@samedaycustom/button",
	"version": "4.3.4",
	"description": "> TODO: description",
	"private": false,
	"author": "Jeffrey Emakpor <jeffreyefemena4@gmail.com>",
	"homepage": "",
	"license": "ISC",
	"main": "lib/cjs/index.js",
	"module": "lib/esm/index.js",
	"typings": "./lib/index.d.ts",
	"directories": {},
	"module:es2019": "lib/es2019/index.js",
	"files": [
		"lib/**/*",
		"package.json",
		"lib"
	],
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"scripts": {
		"roll": "rollup -c",
		"build:m": "microbundle --jsx React.CreateElement",
		"build": "yarn clean && tsc -p tsconfig.build.json --outDir lib --declarationDir lib --declaration true && rollup -c",
		"prepublish:test": "npm run clean && npm run build",
		"clean": "rm -rf ./lib",
		"pub": "npm version patch && yarn publish --non-interactive",
		"postpublish": "echo published",
		"compile": "tsc -p tsconfig.build.json --outDir lib --declarationDir lib --declaration true && rollup -c"
	},
	"eslintConfig": {
		"extends": "react-app"
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"gitHead": "e26be0033634c702a8ebda413657e877178a1c6d",
	"dependencies": {
		"@chakra-ui/core": "1.0.0-rc.2",
		"@emotion/core": "^10.0.28",
		"@emotion/styled": "^10.0.27",
		"emotion-theming": "^10.0.27",
		"shortid": "^2.2.15",
		"@samedaycustom/ui": "^1.0.28"
	},
	"peerDependencies": {
		"@emotion/core": "10.x",
		"@emotion/styled": "10.x",
		"emotion-theming": "10.x",
		"react": ">= 16.8",
		"react-dom": ">= 16.8",
		"shortid": "^2.2.15"
	}
}
