{
  "name": "react-native-insta-story",
  "title": "React Native Insta Story",
  "version": "2.0.2",
  "description": "Story component for React Native.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "README.md",
    "android",
    "ios",
    "lib",
    "react-native-insta-story.podspec",
    "!ios/build",
    "!android/build",
    "!example"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caglardurmus/react-native-insta-story.git",
    "baseUrl": "https://github.com/caglardurmus/react-native-insta-story"
  },
  "keywords": [
    "react-native",
    "insta-story",
    "story",
    "instagram"
  ],
  "author": {
    "name": "Ahmet Çağlar Durmuş",
    "email": "caglardurmus@icloud.com"
  },
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0",
    "react-native-video": ">=6.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-video": {
      "optional": true
    }
  },
  "dependencies": {
    "prop-types": "^15.8.1",
    "react-native-modalbox": "^2.0.2",
    "react-native-swipe-gestures": "^1.0.5"
  },
  "devDependencies": {
    "@tsconfig/react-native": "^3.0.9",
    "@types/node": "^22.10.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@types/react-native-modalbox": "^1.4.10",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.0",
    "eslint-plugin-react": "^7.37.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-native": "^4.1.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.4.1",
    "react": "^18.3.1",
    "react-native": "^0.74.5",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "npx tsc && npx copyfiles -u 1 \"src/assets/**/*\" lib/src",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --cache --ignore-pattern node_modules --ignore-pattern lib",
    "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix --cache --ignore-pattern node_modules --ignore-pattern lib",
    "prepare": "husky install",
    "prepublishOnly": "npm run build",
    "postinstall": "npm run build"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,md}": "prettier --write",
    "*.{js,jsx,ts,tsx}": "eslint --fix"
  }
}
