{
  "name": "pagescrollview",
  "version": "2.2.0",
  "description": "React Native ScrollView with common settings and bugs fixes",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "echo \"No test specified.\"",
    "lint": "eslint --fix \"src/**\"",
    "clean": "rimraf lib",
    "build": "npm run clean && tsc",
    "watch": "ts-node-dev --respawn --transpile-only ./src/index.ts",
    "prepublishOnly": "npm run test",
    "prepare": "npm run build",
    "start": "npm run watch"
  },
  "keywords": [
    "PageScrollView",
    "Page",
    "ScrollView",
    "React Native",
    "Scroll",
    "View",
    "List",
    "Expo",
    "FlatList",
    "flex-grow",
    "flex",
    "fix"
  ],
  "author": "Henrique Bruno (aka SrBrahma)",
  "license": "MIT",
  "files": [
    "/lib"
  ],
  "bugs": {
    "url": "https://github.com/SrBrahma/pagescrollview/issues"
  },
  "homepage": "https://github.com/SrBrahma/pagescrollview#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SrBrahma/pagescrollview.git"
  },
  "devDependencies": {
    "@types/react-native": "*",
    "eslint-config-gev": "2.33.0",
    "react": "*",
    "react-native": "*",
    "typescript": "4.5.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
