{
  "name": "@deb-95/react-native-table-component",
  "version": "1.2.8",
  "description": "Build table for react native.",
  "main": "dist/module/index.js",
  "scripts": {
    "prepare": "bob build",
    "lint": "eslint .",
    "prettify": "prettier --write components/**/*.js utils/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deb-95/react-native-table-component.git"
  },
  "keywords": [
    "react-native",
    "table",
    "react-native-cell",
    "react-native-table",
    "react-native-table-component"
  ],
  "author": "gil2015",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deb-95/react-native-table-component/issues"
  },
  "homepage": "https://github.com/deb-95/react-native-table-component#readme",
  "devDependencies": {
    "@react-native-community/bob": "^0.16.2",
    "@types/react": "^16.9.51",
    "@types/react-native": "~0.62.13",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.4.0",
    "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": "^16.7.0",
    "react-native": "^0.57.8",
    "typescript": "3.4.3"
  },
  "module": "dist/module/index.js",
  "react-native": "src/index.ts",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "@react-native-community/bob": {
    "source": "src",
    "output": "dist",
    "targets": ["module", "typescript"]
  }
}
