{
  "name": "makeup-focusables",
  "description": "Returns an array of all focusable descendants of the given element",
  "version": "0.4.6",
  "main": "./dist/cjs/index.js",
  "module": "./dist/mjs/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "repository": "https://github.com/makeup/makeup-js/tree/master/packages/core/makeup-focusables",
  "author": "Ian McBurnie <ianmcburnie@hotmail.com>",
  "license": "MIT",
  "scripts": {
    "compile": "npm run compile:mjs && npm run compile:cjs",
    "compile:mjs": "esbuild src/index.js --outfile=dist/mjs/index.js --format=esm",
    "compile:cjs": "babel --plugins @babel/plugin-transform-modules-commonjs src/index.js --out-file dist/cjs/index.js",
    "clean": "rimraf *.log .DS_Store"
  },
  "keywords": [
    "makeup",
    "ebay",
    "accessibility",
    "a11y"
  ],
  "files": [
    "dist/index.d.ts",
    "dist/cjs/index.js",
    "dist/mjs/index.js",
    "dist/mjs/package.json",
    "package-lock.json"
  ],
  "browserslist": [
    "extends @ebay/browserslist-config"
  ],
  "gitHead": "277d5d4b40d62895ae24dba775f66e83fdb1a718"
}
