{
  "name": "@vibrant-ui/utils",
  "version": "0.94.38",
  "private": false,
  "sideEffects": false,
  "types": "index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "module": "./index.esm.js",
      "types": "./index.d.ts",
      "import": "./index.cjs.mjs",
      "default": "./index.cjs.js"
    }
  },
  "peerDependencies": {
    "@emotion/react": "^11.5.0",
    "@types/react": "^17.0.0 || ^18.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-native": "^0.71.0",
    "@testing-library/jest-native": "^4.0.5",
    "@testing-library/react": "^13.3.0",
    "@testing-library/react-native": "^10.0.0",
    "resize-observer-polyfill": "^1.5.1"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@testing-library/jest-native": {
      "optional": true
    },
    "@testing-library/react": {
      "optional": true
    },
    "@testing-library/react-native": {
      "optional": true
    }
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}