{
	"name": "blockies-react-svg",
	"version": "0.0.13",
	"description": "Blockies react SVG function component, blocky identicons, address-unique ethereum avatar, SVG base64 generation in browser or nodejs.",
	"main": "dist/cjs/BlockiesSvg.cjs",
	"type": "module",
	"types": "dist/BlockiesSvg",
	"module": "dist/es/BlockiesSvg.mjs",
	"brower": "dist/es/BlockiesSvg.mjs",
	"scripts": {
		"prepare": "husky install",
		"prebuild": "npm run clean",
		"build": "rollup -c",
		"clean": "rm -rf dist",
		"format": "prettier --write .",
		"prepublishOnly": "npm run build"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "^24.0.0",
		"@rollup/plugin-node-resolve": "^15.0.1",
		"@types/node": "^18.11.18",
		"@types/react": "^18.0.26",
		"husky": "^8.0.3",
		"lint-staged": "^13.1.0",
		"prettier": "^2.8.2",
		"react": "^18.2.0",
		"rollup": "^3.9.1",
		"rollup-plugin-peer-deps-external": "^2.2.4",
		"rollup-plugin-typescript2": "^0.34.1"
	},
	"peerDependencies": {
		"react": ">=16.8.0"
	},
	"files": [
		"src",
		"dist"
	],
	"license": "MIT",
	"author": "Suni",
	"homepage": "https://github.com/YYsuni/blockies-react-svg#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/YYsuni/blockies-react-svg.git"
	},
	"bugs": {
		"url": "https://github.com/YYsuni/blockies-react-svg/issues"
	},
	"keywords": [
		"blockies",
		"blocky",
		"avatar",
		"ethereum",
		"address",
		"identicons",
		"react",
		"fc",
		"svg",
		"typescript",
		"base64",
		"nodejs"
	],
	"lint-staged": {
		"**/*": "prettier --write --ignore-unknown"
	},
	"sideEffects": false
}
