{
  "name": "@_nu/react-avatar",
  "version": "0.5.1",
  "description": "react avatar",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "module": "es/index.js",
  "author": "ziven27",
  "license": "MIT",
  "homepage": "https://github.com/nu-system/react",
  "bugs": "https://github.com/nu-system/react/issues",
  "repository": "git@github.com:nu-system/react.git",
  "files": [
    "es",
    "lib",
    "src",
    "lang",
    "demo"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "prop-types": "^15.7.2",
    "sacss": "^0.0.9"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "father": "^2.29.5",
    "nwb": "^0.25.2"
  },
  "scripts": {
    "demo": "nwb serve-react-demo",
    "build": "father build"
  },
  "keywords": [
    "react-component",
    "ui",
    "no-ui",
    "nu-system",
    "react",
    "react-ui",
    "avatar"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,mjs,ts,tsx}": [
      "node_modules/.bin/prettier --write",
      "node_modules/.bin/eslint --fix",
      "git add ."
    ],
    "*.{css,scss,less,json,html,md,markdown}": [
      "node_modules/.bin/prettier --write",
      "git add ."
    ]
  },
  "gitHead": "85679a49d1aa58ea5270675e2ec58014702fd5f6"
}
