{
  "name": "@naturalclar/apsl-react-native-button",
  "version": "3.2.2",
  "description": "React Native button component with rounded corners.",
  "main": "dist/Button.js",
  "types": "dist/Button.d.ts",
  "scripts": {
    "lint": "eslint src/Button.tsx",
    "build": "tsc",
    "test": "yarn lint && jest --verbose",
    "type-check": "tsc --noEmit",
    "prepare": "yarn build"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "Example",
      "node_modules/react-native/node_modules/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!react-native|tcomb-form-native|react-native-localization|@expo/react-native-action-sheet|rnrf-relay-renderer|redux-action-api-utils|frisbee)"
    ]
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Naturalclar/react-native-button.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "react-component",
    "react",
    "button"
  ],
  "author": "Alvaro Medina Ballester <me@alvaromb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Naturalclar/react-native-button/issues"
  },
  "homepage": "https://github.com/Naturalclar/react-native-button#readme",
  "devDependencies": {
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/react-native": "^0.62.13",
    "babel-jest": "^15.0.0",
    "babel-preset-expo": "^8.2.1",
    "es6-promise": "^3.3.1",
    "eslint": "^7.2.0",
    "jest": "^26.0.1",
    "react": "^16.11.0",
    "react-native": "^0.62.0",
    "react-test-renderer": "^16.11.0",
    "typescript": "^3.9.5",
    "whatwg-fetch": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
