@dicebear/core
Version:
An avatar library for designers and developers.
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "@dicebear/core",
"version": "9.2.4",
"description": "An avatar library for designers and developers.",
"keywords": [
"avatar",
"identicon"
],
"homepage": "https://www.dicebear.com",
"bugs": {
"url": "https://github.com/dicebear/dicebear/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dicebear/dicebear.git"
},
"license": "MIT",
"author": "Florian Körner <contact@florian-koerner.com>",
"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"
},
"dependencies": {
"@types/json-schema": "^7.0.11"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.10",
"del-cli": "^6.0.0",
"typescript": "^5.8.3",
"uvu": "^0.5.6"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b19e1a8e417d6cdaffbc46ca6dee3522bb266b29"
}