{
  "name": "react-native-dynamic-vector-icons",
  "version": "2.0.0",
  "description": "Wrapper of react-native-vector-icons to use dynamic types.",
  "keywords": [
    "react-native-dynamic-vector-icons",
    "react-native-vector-icons",
    "typescript",
    "vector-icons",
    "react-native",
    "icons",
    "dynamic-vector-icons",
    "vector",
    "icons",
    "vector-icons",
    "javascript",
    "ui-lib",
    "rn"
  ],
  "homepage": "https://www.freakycoder.com",
  "bugs": "https://github.com/WrathChaos/react-native-dynamic-vector-icons/issues",
  "main": "./build/dist/Icon.js",
  "repository": "git@github.com:WrathChaos/react-native-dynamic-vector-icons.git",
  "author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "react-native-vector-icons": ">= 6.x.x"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.1.0",
    "@react-native-community/eslint-config": "^3.0.3",
    "@types/node": "^22.2.0",
    "@types/react": "^18.0.12",
    "@types/react-native": "^0.73.0",
    "eslint": "^9.0.0",
    "husky": "^9.0.2",
    "lint-staged": "^15.0.1",
    "npm-post-install": "0.0.2",
    "prettier": "^3.0.0",
    "prettier-format": "^4.0.0",
    "react-native-typescript-transformer": "^1.2.13",
    "typescript": "^5.0.2"
  },
  "scripts": {
    "build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "prettier": "cd lib && npx prettier --write . && git add .",
    "prepare": "husky install",
    "husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier && npm run husky:lint",
    "husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'",
    "husky:prettier": "npx husky set .husky/pre-commit 'npm run prettier'",
    "husky:lint": "npx husky add .husky/pre-commit 'npm run lint'"
  },
  "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}
