{
  "name": "@lad-tech/mobydick-calendar",
  "version": "7.37.0",
  "description": "React Native components library focused on usability, accessibility and developer experience",
  "main": "index.ts",
  "keywords": [
    "mobydick",
    "lad-tech",
    "mobydick-calendar",
    "calendar",
    "react-native"
  ],
  "files": [
    "src",
    "index.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lad-tech/mobydick.git",
    "directory": "packages/calendar"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Kirill Lebedev <lebedevki@lad24.ru>",
  "license": "MIT",
  "peerDependencies": {
    "@expo-google-fonts/inter": "^0.2.3",
    "@lad-tech/mobydick-core": "7.37.0",
    "react": ">=17.0.2",
    "react-native": ">=0.66.4",
    "react-native-calendars": "^1.1292.0"
  }
}