{
  "name": "expo-insta-story",
  "title": "React Native Expo Insta Story",
  "version": "1.3.7",
  "description": "Story component for React Native.",
  "main": "index.ts",
  "files": [
    "README.md",
    "!android",
    "index.ts",
    "!ios",
    "src",
    "!ios/build",
    "!android/build",
    "!example"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bilal1031/expo-insta-story.git",
    "baseUrl": "https://github.com/bilal1031/expo-insta-story"
  },
  "keywords": [
    "react-native",
    "insta-story",
    "story",
    "instagram",
    "expo"
  ],
  "author": {
    "name": "Muhammad Bilal",
    "email": "bilalnaeem166@gmail.com"
  },
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "dependencies": {
    "expo-video": "^2.0.6",
    "prop-types": "^15.6.2",
    "react-native-swipe-gestures": "^1.0.5"
  },
  "devDependencies": {
    "@tsconfig/react-native": "^2.0.2",
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.8",
    "@types/react-native": "^0.70.6",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-native": "^4.0.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "react": "18.3.1",
    "react-native": "0.76.9",
    "typescript": "^4.8.4"
  },
  "scripts": {
    "format": "prettier --write .",
    "prepare": "husky install",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --cache"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
