{
  "name": "react-native-ionicons",
  "version": "4.6.5",
  "description": "Ionic icons for React Native",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "prepublishOnly": "npm test",
    "generate": "node generate",
    "prettier": "prettier --write '**/*.{js,json,flow,ts,md}'",
    "pretest": "npm run generate; npm run prettier",
    "test": "jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "npm test"
    }
  },
  "lint-staged": {
    "*.{js,json,flow,ts,md}": [
      "prettier --write"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arniu/react-native-ionicons.git"
  },
  "keywords": [
    "react-native",
    "ionicons",
    "ionic",
    "icons"
  ],
  "author": "Arniu Tseng",
  "license": "MIT",
  "homepage": "https://github.com/arniu/react-native-ionicons#readme",
  "bugs": {
    "url": "https://github.com/arniu/react-native-ionicons/issues"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.10.0",
    "@babel/preset-env": "^7.10.0",
    "babel-jest": "^26.0.1",
    "husky": "^4.2.5",
    "ionicons": "^4.6.3",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.6",
    "prettier": "^2.0.5"
  },
  "rnpm": {
    "assets": [
      "fonts"
    ]
  }
}
