{
  "name": "@draftbit/native",
  "version": "54.0.5",
  "description": "Draftbit UI Components that Depend on Native Components",
  "main": "lib/commonjs/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "clean:modules": "rimraf node_modules",
    "build:commonjs": "../../node_modules/.bin/babel src --out-dir lib/commonjs --extensions .tsx,.ts,.js,.jsx",
    "build": "yarn clean && yarn build:commonjs  && yarn tsc",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/draftbit/react-native-jigsaw",
    "directory": "packages/native"
  },
  "author": "Draftbit <services@draftbit.com> (https://draftbit.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/draftbit/react-native-jigsaw/issues"
  },
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
  "dependencies": {
    "@draftbit/theme": "54.0.5",
    "@expo/vector-icons": "^15.0.3",
    "@react-native-community/datetimepicker": "8.4.4",
    "@react-native-community/slider": "5.0.1",
    "expo-camera": "~17.0.10",
    "expo-linear-gradient": "~15.0.8",
    "react-native-svg": "15.12.1",
    "react-native-webview": "13.15.0"
  },
  "jest": {
    "preset": "react-native",
    "setupFilesAfterEnv": [
      "@testing-library/jest-native/extend-expect"
    ],
    "testPathIgnorePatterns": [
      "lib",
      "__mocks__"
    ]
  },
  "gitHead": "51ca63d0f063dee46a9bf62c910368c165979d34"
}
