{
	"name": "react-animated-heart",
	"version": "0.0.8",
	"description": "Simple Twitter-like animated heart",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"files": [
		"dist"
	],
	"types": "dist/index.d.ts",
	"private": false,
	"repository": "git@github.com:ShaunLWM/react-animated-heart.git",
	"author": "ShaunLWM",
	"license": "MIT",
	"keywords": [
		"twitter-heart",
		"twitter-animated-heart",
		"like button",
		"heart button",
		"heart",
		"exploding button"
	],
	"dependencies": {
		"goober": "^2.1.13",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"typescript": "^4.7.4"
	},
	"scripts": {
		"rollup": "rollup -c",
		"prepublishOnly": "npm run rollup"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "^21.0.1",
		"@rollup/plugin-node-resolve": "^13.0.6",
		"@rollup/plugin-typescript": "^8.3.0",
		"@types/react": "^18.0.38",
		"rollup": "^2.60.0",
		"rollup-plugin-dts": "^4.0.1",
		"tslib": "^2.5.0"
	}
}
