{
  "name": "@matheusdearaujo/react-native-loading-ellipsis",
  "version": "2.2.2",
  "description": "A fork of a simple library loading dots component.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "loading",
    "loading-component",
    "react-native-loading-ellipsis",
    "ellipsis"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matheusdearaujo/react-native-loading-ellipsis.git"
  },
  "author": "Matheus Souza <matheusouzadearaujo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matheusdearaujo/react-native-loading-ellipsis/issues"
  },
  "homepage": "https://github.com/matheusdearaujo/react-native-loading-ellipsis",
  "scripts": {
    "typescript": "tsc --skipLibCheck --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "build": "bob build && yarn copy-dts && yarn delete-dts.js",
    "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
    "delete-dts.js": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/react": "^18.0.25",
    "@types/react-native": "^0.70.7",
    "copyfiles": "^2.4.1",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.2",
    "lint-staged": "^13.0.4",
    "metro-react-native-babel-preset": "^0.73.4",
    "prettier": "^2.8.0",
    "react-native-builder-bob": "^0.20.1",
    "typescript": "^4.9.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
