UNPKG

@dicebear/miniavs

Version:
49 lines (48 loc) 1.03 kB
{ "name": "@dicebear/miniavs", "version": "5.3.5", "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": "5.3.5", "@tsconfig/recommended": "^1.0.1", "del-cli": "^5.0.0", "typescript": "^4.6.3", "uvu": "^0.5.3" }, "peerDependencies": { "@dicebear/core": "^5.0.0" }, "engines": { "node": "^14.13.1 || >=16.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "f28294edbee5b76e9bda0f6ff9699a21d5d47e95" }