@dicebear/avatars
Version:
An avatar library for designers and developers.
62 lines (61 loc) • 1.76 kB
JSON
{
"name": "@dicebear/avatars",
"version": "4.6.6",
"description": "An avatar library for designers and developers.",
"keywords": [
"avatar",
"generator",
"identicon",
"javascript",
"typescript"
],
"homepage": "https://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>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"LICENSE",
"lib",
"README.md",
"typings"
],
"scripts": {
"test": "jest",
"prepublishOnly": "npm run build",
"prebuild": "shx rm -rf lib",
"build": "yarn run build:schema && yarn run build:options && yarn run build:js",
"build:js": "tsc",
"build:schema": "yarn run build:schema:dereference && yarn run build:schema:module",
"build:schema:dereference": "json-dereference -s schema.json -o src/schema.json",
"build:schema:module": "replace-in-file --configFile=config/schema.replace.js && shx mv src/schema.json src/schema.ts",
"build:options": "json2ts -i schema.json -o src/options.ts"
},
"dependencies": {
"@types/json-schema": "^7.0.7",
"pure-color": "^1.3.0",
"svgson": "^5.2.1"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"json-dereference-cli": "^0.1.2",
"json-schema-to-typescript": "^10.1.4",
"replace-in-file": "^6.2.0",
"shx": "^0.3.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f1c11280deda141d4bb9626918c560b4dd1f7e26"
}