{
  "name": "@frigobar/core",
  "version": "0.12.0",
  "description": "A component library",
  "main": "./cjs/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/allyssonsantos/frigobar.git"
  },
  "keywords": [
    "component",
    "library",
    "react",
    "styled-components"
  ],
  "sideEffects": false,
  "author": "Allysson Santos <aallysson0@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/allyssonsantos/frigobar/issues"
  },
  "homepage": "https://github.com/allyssonsantos/frigobar#readme",
  "peerDependencies": {
    "@frigobar/animation": ">= 2.0.0",
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0",
    "styled-components": ">= 5.1"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "dependencies": {
    "react-feather": "^2.0.9"
  },
  "gitHead": "b5ee9b03f6953257cad90c07f3bfcae893812013",
  "module": "./esm/index.js",
  "private": false,
  "types": "./@types/index.d.ts"
}