{
	"name": "@jmer05/nextui",
	"version": "0.1.13",
	"author": "Josh Merlino",
	"repository": {
		"type": "git",
		"url": "https://github.com/joshmerlino/nextui.git"
	},
	"type": "module",
	"engines": {
		"bun": ">=1.0.0"
	},
	"main": ".",
	"types": ".",
	"scripts": {
		"build": "tsc"
	},
	"dependencies": {
		"clsx": "^2.1.0",
		"react-icons": "^5.0.1",
		"react": "^18.2.0",
		"tailwind-merge": "^2.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@types/node": "^20.11.7",
		"@types/react": "18.2.47",
		"next": "^14.1.0"
	}
}
