@dicebear/avataaars-neutral
Version:
Avatar style for DiceBear
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@dicebear/avataaars-neutral",
"version": "9.2.3",
"description": "Avatar style for DiceBear",
"keywords": [
"dicebear"
],
"bugs": {
"url": "https://github.com/dicebear/dicebear/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dicebear/dicebear.git"
},
"license": "MIT",
"type": "module",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"LICENSE",
"lib",
"README.md"
],
"scripts": {
"prebuild": "del-cli lib",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "uvu tests"
},
"devDependencies": {
"@dicebear/core": "9.2.3",
"@tsconfig/recommended": "^1.0.10",
"del-cli": "^6.0.0",
"typescript": "^5.8.3",
"uvu": "^0.5.6"
},
"peerDependencies": {
"@dicebear/core": "^9.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8cfdc4d029c9de6a82fef4e27ed67b5e2cd14a30"
}