{
  "name": "@asphalt-react/popover",
  "version": "2.15.3",
  "description": "Popover",
  "keywords": [
    "asphalt",
    "popover",
    "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.15.0",
    "@testing-library/react": "^11.2.7"
  },
  "dependencies": {
    "@asphalt-react/helper": "^2.15.0",
    "@asphalt-react/typography": "^2.15.3",
    "@floating-ui/react": "^0.26.28",
    "classnames": "^2.5.1",
    "prop-types": "^15.8.1"
  },
  "license": "UNLICENSED",
  "sideEffects": [
    "**/*.css"
  ],
  "gitHead": "f37c5af5c9b7d0a2cbfb3e06301604cf73321970"
}
