@fourite/avtr
Version:
Avataaars avatar style for fourite web
36 lines • 702 B
JSON
{
"name": "@fourite/avtr",
"version": "6.1.1",
"description": "Avataaars avatar style for fourite web",
"type": "module",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"LICENSE",
"lib",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "echo \"No tests yet\""
},
"peerDependencies": {
"@dicebear/core": "^9.2.2"
},
"devDependencies": {
"@dicebear/core": "^9.2.2",
"@tsconfig/recommended": "^1.0.8",
"typescript": "^5.7.3"
},
"keywords": [
"avatar",
"avataaars",
"dicebear"
],
"author": "DiceBear",
"license": "MIT"
}