{
  "name": "@ui-parts/tabs",
  "version": "0.1.5",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "**/*.js",
    "**/*.d.ts"
  ],
  "scripts": {
    "clean:files": "find . \\( -name '*.js' -o -name '*.d.ts' \\) -exec rm -rf '{}' +",
    "clean:dirs": "find . -type d -empty -exec rm -rf '{}' +",
    "clean": "yarn clean:files && yarn clean:dirs",
    "prepublishOnly": "yarn run build",
    "prebuild": "yarn clean",
    "build": "tsc -p tsconfig.json",
    "prepack": "pubflow store",
    "postpack": "pubflow restore"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-svg-core": "1.2.28",
    "@fortawesome/free-solid-svg-icons": "5.13.0",
    "@fortawesome/react-fontawesome": "0.1.9",
    "@monstrs/publish-flow": "0.1.3",
    "@testing-library/react": "10.0.4"
  },
  "publishConfig": {
    "access": "public",
    "main": "index.js",
    "typings": "index.d.ts"
  },
  "peerDependencies": {
    "@emotion/core": "^10.0.0",
    "@emotion/styled": "^10.0.0",
    "react": "^16.12.0",
    "styled-system": "^5.1.0",
    "styled-tools": "^1.7.0"
  },
  "gitHead": "6156610d51c03e655447c5b9f757e5e282abef41",
  "typings": "index.d.ts",
  "pubflowConfig": {
    "main": "src/index.ts"
  }
}