{
  "name": "@teamix/avatar",
  "version": "1.1.3",
  "description": "Avatar Component",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/",
    "dist/",
    "types/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "types/index.d.ts",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build",
    "prepublishOnly": "npm run build",
    "lint": "eslint --cache --ext .js,.jsx ./"
  },
  "keywords": [
    "teamix",
    "aone",
    "react",
    "component"
  ],
  "dependencies": {
    "@alicloudfe/components": "^1.0.0",
    "classnames": "^2.2.6",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "build-plugin-component": "^1.2.0",
    "build-plugin-fusion-css": "^1.0.0",
    "build-plugin-load-assets": "^0.1.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "@ice/spec": "^1.0.0",
    "eslint": "^6.0.1",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "moment": "^2.27.0"
  },
  "componentConfig": {
    "name": "Avatar",
    "title": "Teamix Avatar",
    "category": "Information"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@teamix/avatar@1.1.3/build/index.html",
  "materialConfig": {
    "fusion-site": {
      "id": 304,
      "name": "公混新组件库",
      "url": "https://fusion.alibaba-inc.com/api/v1/sites/304/materials"
    }
  }
}
