{
  "name": "@asphalt-react/appbar",
  "version": "2.5.0",
  "description": "Appbar",
  "keywords": [
    "asphalt",
    "appbar",
    "component",
    "dls",
    "design language system"
  ],
  "author": "UX Engineering - Web <uxe@gojek.com>",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "asphalt": {
    "status": "experimental"
  },
  "scripts": {
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">= 16.8.2"
  },
  "devDependencies": {
    "@asphalt-react/build": "^2.0.0",
    "@testing-library/react": "^11.2.7"
  },
  "dependencies": {
    "@asphalt-react/button": "^2.5.0",
    "@asphalt-react/context": "^2.0.0",
    "@asphalt-react/helper": "^2.0.0",
    "@asphalt-react/iconpack": "^2.0.0",
    "@asphalt-react/svg-normalizer": "^2.0.0",
    "classnames": "^2.5.1",
    "prop-types": "^15.8.1"
  },
  "license": "UNLICENSED",
  "gitHead": "f194e1d455904a1c8b26c4e994e64f592cec737f"
}
