{
  "name": "react-native-table-component-2",
  "version": "2.0.0",
  "description": "Build table for react native. Forked from the original 'react-native-table-component' to fix support for newer versions of react-native-web. Not actively maintained/supported.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "prettify": "prettier --write components/**/*.js utils/**/*.js",
    "build": "tsc",
    "prepack": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andyasberry/react-native-table-component-2.git"
  },
  "keywords": [
    "react-native",
    "table",
    "react-native-cell",
    "react-native-table",
    "react-native-table-component"
  ],
  "author": "gil2015",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Gil2015/react-native-table-component/issues"
  },
  "homepage": "https://github.com/andyasberry/react-native-table-component-2#readme",
  "devDependencies": {
    "@types/node": "^17.0.14",
    "@types/react": "^17.0.38",
    "@types/react-native": "^0.66.15",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.10.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-native": "^3.5.0",
    "prettier": "^1.15.3",
    "react": "^17.0.1",
    "react-native": "^0.63.4",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  }
}
