{
  "name": "@highoutput/avatar",
  "version": "0.3.36",
  "description": "> TODO: description",
  "author": "Paul Simon Ongpin <paulsimon.ongpin@gmail.com>",
  "homepage": "https://github.com/Proto-Garage/hov-ui-framework#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Proto-Garage/hov-ui-framework.git"
  },
  "bugs": {
    "url": "https://github.com/Proto-Garage/hov-ui-framework/issues"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "prepublish": "yarn build",
    "build": "rollup -c",
    "lint": "concurrently yarn:lint:*",
    "lint-fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --config ../../.eslintrc --fix",
    "lint:src": "eslint 'src/**/*.{js,jsx,ts,tsx}' --config ../../.eslintrc",
    "lint_ex:types": "tsc --noEmit",
    "test": "jest --env=jsdom --passWithNoTests"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "tailwindcss": ">=v2.0.0"
  },
  "dependencies": {
    "clsx": "^1.1.1"
  },
  "gitHead": "ac061c21de02fb4a091dc0053a3af93e9f3af46b"
}
