{
  "name": "@ecancan/react-native-appointment-calendar",
  "version": "0.1.1",
  "description": "",
  "homepage": "https://github.com/ecancan/react-native-appointment-calendar#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Ahmet CAN <email.ahmetcan@gmail.com>",
  "license": "MIT",
  "files": [
    "android",
    "ios",
    "lib",
    "react-native-appointment-calendar.podspec",
    "!android/build",
    "!.DS_Store",
    "!.gradle",
    "!.idea",
    "!build",
    "!gradle",
    "!*.iml",
    "!gradlew",
    "!gradlew.bat",
    "!local.properties",
    "!project.xcworkspace",
    "!xcshareddata",
    "!xcuserdata"
  ],
  "scripts": {
    "compile": "rm -rf lib && tsc -p .",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "yarn compile",
    "test": "jest",
    "dev": "nodemon -e ts,tsx,js,jsx --watch 'src/**/*' --exec \"rm -rf lib && tsc -p .\""
  },
  "dependencies": {
    "moment": "^2.29.4",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@tsconfig/react-native": "^2.0.2",
    "@types/jest": "^26.0.23",
    "@types/react-native": "^0.69.3",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.70.3",
    "moment": "^2.29.4",
    "nodemon": "^2.0.19",
    "react": "18.0.0",
    "react-native": "0.69.3",
    "react-test-renderer": "18.0.0",
    "styled-components": "^5.3.5",
    "typescript": "^4.4.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ecancan/RNAppointmentCalendar.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  }
}
