@simplr-sh/avatar
Version:
Simplr Avatar is a simple package that allows you to create an avatar with a name or an image.
54 lines (53 loc) • 1.04 kB
JSON
{
"name": "@simplr-sh/avatar",
"description": "Simplr Avatar is a simple package that allows you to create an avatar with a name or an image.",
"repository": {
"type": "git",
"url": "https://github.com/simplr-sh/avatar"
},
"keywords": [
"avatar",
"simplr",
"react",
"typescript",
"svg",
"gradient",
"base64",
"text",
"overlay",
"color",
"placeholder",
"fallback",
"image",
"name",
"username",
"user",
"simplr-sh"
],
"license": "MIT",
"version": "0.0.3",
"private": "false",
"main": "dist/index.cjs",
"types": "dist/index.d.cts",
"module": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup ./index.ts --format cjs,esm --dts",
"dev": "tsup -d",
"lint": "tsc"
},
"devDependencies": {
"@types/bun": "latest",
"@types/tinycolor2": "^1.4.6",
"tsup": "^8.3.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"tinycolor2": "^1.6.0"
}
}