{
  "name": "@master-c8/commons",
  "version": "0.1.11",
  "private": false,
  "description": "Platzi Master C8 commons",
  "main": "./dist/index",
  "author": "Platzi Master C8",
  "license": "MIT",
  "keywords": [
    "platzi master",
    "react",
    "gethired-commons",
    "platzi",
    "components"
  ],
  "contributors": [
    {
      "name": "Kevin Cruz",
      "github": "https://github.com/kevfarid"
    },
    {
      "name": "Yadu Lopez",
      "github": "https://github.com/yadurani"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Platzi-Master-C8/gethired-commons.git",
    "directory": "packages/components"
  },
  "bugs": {
    "url": "https://github.com/Platzi-Master-C8/gethired-commons/issues"
  },
  "homepage": "https://github.com/Platzi-Master-C8/gethired-commons",
  "scripts": {
    "build": "NODE_ENV=production && rm -rf ./dist && mkdir dist && npx babel --config-file ../../babel.config src/ --out-dir dist --copy-files --ignore '**/*.spec.js' --ignore '**/*.stories.@(js|jsx|ts|tsx)' --no-copy-ignored"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@master-c8/theme": "0.1.9",
    "@master-c8/icons": "0.1.3",
    "prop-types": "15.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
