{
  "name": "@jfront/ui-breadcrumbs",
  "version": "0.2.17",
  "license": "Apache-2.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "concurrently yarn:build:*",
    "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "lint": "concurrently yarn:lint:*",
    "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc",
    "lint:types": "tsc --noEmit",
    "test": "jest --passWithNoTests",
    "test:cov": "yarn test --coverage"
  },
  "dependencies": {
    "@jfront/ui-link": "^0.2.17",
    "@jfront/ui-popup": "^0.3.5",
    "@jfront/ui-utils": "^0.5.12"
  },
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "styled-components": "^5.2.1"
  },
  "gitHead": "90965a896aa31c3f30bd747a2a93f6bed5557892"
}
