{
  "name": "react-avatar-group",
  "main": "dist/index.js",
  "author": "easybase",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/easybase/react-avatar-group.git"
  },
  "module": "dist/index.modern.js",
  "source": "src/index.tsx",
  "version": "1.0.2",
  "devDependencies": {
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "microbundle": "^0.13.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "shx": "^0.3.3",
    "typescript": "^4.1.2"
  },
  "peerDependencies": {
    "react": ">16.0.0",
    "react-dom": ">16.0.0"
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "start": "npm run build watch",
    "build": "microbundle --css inline --jsx React.createElement --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs",
    "test": "echo 'no test specified' || true",
    "prepare": "npm run build",
    "pages": "git add . && git commit -m \"preparing gh-pages deploy\" && git push && git checkout gh-pages && git reset --hard main && cd example && npm run build && shx cp -r ./build ../docs && cd .. && git add . && git commit -m \"gh-pages release\" && git push -f && git checkout main"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "dependencies": {
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@tippyjs/react": "^4.2.5"
  }
}
