{
	"name": "react-uuid",
	"version": "2.0.0",
	"description": "A simple library to create uuid's in React",
	"main": "uuid.js",
	"types": "uuid.d.ts",
	"scripts": {
		"test": "jest"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/RickBr0wn/react-uuid.git"
	},
	"author": "Rick Brown <ricky.brown.00@gmail.com> (https://github.com/RickBr0wn/minimal-react-boilerplate)",
	"license": "MIT",
	"devDependencies": {
		"jest": "^29.2.1"
	}
}
