{
  "name": "@nghiavuive/rtn-calendar",
  "version": "0.1.20",
  "description": "sp365 calendar has appearance like outlook",
  "source": "./src/index.tsx",
  "main": "./src/index.tsx",
  "module": "./src/index.tsx",

  "files": [
    "src",
    "android",
    "!android/.gradle",
    "!android/build"
  ],
  "keywords": [
    "react-native",
    "android"
  ],
  "author": "NghiaDT <nghiadt22.work@gmail.com> (https://github.com/codengoo)",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "codegenConfig": {
    "name": "RNRtnCalendarViewSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.sp365.calendar"
    }
  }
}