{
	"name": "rn-mesh-gradient",
	"version": "1.0.10",
	"description": "React Native Mesh Gradient",
	"license": "MIT",
	"author": "Cameron Cross",
	"homepage": "https://github.com/crosswi/rn-mesh-gradient",
	"repository": {
		"type": "git",
		"url": "https://github.com/crosswi/rn-mesh-gradient"
	},
	"keywords": [
		"RN",
		"react",
		"native",
		"mesh",
		"gradient",
		"react-native",
		"mesh-gradient"
	],
	"peerDependencies": {
		"react": ">=18.0.0",
		"react-native": ">=0.71.0"
	},
	"codegenConfig": {
		"name": "ReactNativeMeshGradient",
		"type": "modules",
		"jsSrcsDir": "js"
	},
	"main": "index.ts"
}