{
  "name": "@ivoryio/kogaio",
  "version": "0.7.93",
  "author": "MihaiRo <mihai.rosca@thinslices.com>",
  "description": "Component library",
  "main": "build/index.js",
  "module": "build/index.js",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://ivoryio.github.io/factory/",
  "repository": {
    "type": "git",
    "url": "https://github.com/ivoryio/factory.git"
  },
  "bugs": {
    "url": "https://github.com/ivoryio/factory/issues"
  },
  "scripts": {
    "start": "react-scripts start",
    "styleg": "npx styleguidist server --config src/config/styleguide.config.js --open",
    "build:lib": "NODE_ENV=production && rm -rf build && npx babel src/lib --out-dir build --ignore \"**/*.test.js,**/*.examples.md\" && cp package.json README.md build",
    "publish:lib": "yarn build:lib && cd build && yarn publish --access public",
    "build:styleg": "rm -rf build && npx styleguidist build --config src/config/styleguide.config.js",
    "publish:styleg": "yarn build:styleg && gh-pages -d ./build",
    "lint": "eslint '**/*.{js,jsx}'",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "babel-plugin-styled-components": "^1.10.7",
    "gh-pages": "^2.2.0",
    "react": "^16.13.1",
    "react-docgen-external-proptypes-handler": "^2.0.0",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "react-styleguidist": "^11.0.6",
    "styled-components": "^5.1.0"
  },
  "peerDependencies": {
    "react": "^16.x",
    "react-dom": "^16.x",
    "styled-components": "^5.x"
  },
  "dependencies": {
    "@styled-system/prop-types": "^5.1.5",
    "styled-system": "^5.1.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "eslint --fix"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
