{
  "name": "bumbag-native",
  "version": "2.7.21",
  "description": "An accessible, composable, and friendly React UI Kit",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/bumbag.min.js",
  "types": "ts/bumbag-native/src/index.d.ts",
  "scripts": {
    "build": "node ../../scripts/build/build.js --no-umd",
    "clean": "node ../../scripts/build/clean.js",
    "develop": "node ../../scripts/build/build.js --no-umd --watch",
    "prepublishOnly": "yarn build",
    "postpublish": "yarn clean",
    "type-check": "tsc --noEmit",
    "lint": "eslint src/ --ext js,ts,tsx",
    "lint:fix": "eslint src/ --fix",
    "test": "yarn type-check && yarn lint && yarn jest",
    "jest": "BUMBAG_ENV=test jest"
  },
  "dependencies": {
    "@emotion/native": "11.0.0",
    "@emotion/react": "npm:@bumbag/emotion-react@11.4.0-0",
    "conditional-wrap": "^1.0.2",
    "react-native-web-hooks": "3.0.1"
  },
  "peerDependencies": {
    "@types/react": ">=16.0.0",
    "bumbag": "^2.0.0",
    "react": ">=16.0.0",
    "react-native": ">=0.60.0",
    "react-native-svg": "^12.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-native": "^3.4.3",
    "@testing-library/react": "8.0.7",
    "@testing-library/react-hooks": "1.1.0",
    "@testing-library/react-native": "^7.1.0",
    "bumbag": "^2.7.21",
    "react-native": "0.65.1",
    "react-native-svg": "12.1.0",
    "react-native-web": "0.17.1",
    "react-test-renderer": "16.8.6"
  },
  "author": "Jake Moxey",
  "homepage": "https://bumbag.style",
  "license": "MIT",
  "repository": "https://github.com/bumbag/bumbag-ui",
  "keywords": [
    "bumbag",
    "ui",
    "accessible",
    "composable"
  ],
  "gitHead": "a7827a93426201c57ff9d5eda97da417fe0312f4"
}
