{
  "name": "rn-video-slider",
  "version": "0.6.1",
  "description": "A dedicated progress slider for video players in React-native.",
  "main": "src/index.tsx",
  "directories": {
    "example": "testapp"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "ts-check": "tsc -p tsconfig.json",
    "eslint-check": "eslint --ext .js,.jsx,.ts,.tsx .",
    "postinstall": "rm -rf ./node_modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/armata99/rn-video-slider.git"
  },
  "keywords": [
    "react",
    "react-native",
    "video",
    "slider",
    "seekbar",
    "seeker",
    "component",
    "progress",
    "progressbar"
  ],
  "author": "armata99",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "*",
    "react-native-gesture-handler": "^2.x.x",
    "react-native-reanimated": "^3.x.x"
  },
  "workspaces": [
    "testapp/*"
  ],
  "dependencies": {
    "react": "18.3.1",
    "react-native": "0.76.3",
    "react-native-gesture-handler": "^2.21.2",
    "react-native-reanimated": "^3.16.3",
    "react-native-video": "^6.6.4"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.20.0",
    "@react-native-community/cli": "15.0.1",
    "@react-native-community/cli-platform-android": "15.0.1",
    "@react-native-community/cli-platform-ios": "15.0.1",
    "@react-native/babel-preset": "0.76.3",
    "@react-native/eslint-config": "^0.72.2",
    "@react-native/metro-config": "0.76.3",
    "@react-native/typescript-config": "0.76.3",
    "@tsconfig/react-native": "^3.0.2",
    "@types/jest": "^29.5.3",
    "@types/react": "^18.2.18",
    "@types/react-native": "^0.72.2",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "^2.4.1",
    "react-test-renderer": "18.3.1",
    "typescript": "^5.1.6"
  },
  "homepage": "https://github.com/armata99/rn-video-slider#readme",
  "bugs": {
    "url": "https://github.com/armata99/rn-video-slider/issues"
  }
}
