{
  "name": "react-native-tabler-icons",
  "version": "1.0.3",
  "description": "React Native components for tabler icons",
  "files": [
    "tabler"
  ],
  "sideEffects": false,
  "scripts": {
    "fetch": "rimraf heroicons/ && git clone https://github.com/tailwindlabs/heroicons/ && rimraf tabler-icons/ && git clone https://github.com/tabler/tabler-icons/",
    "gen": "ts-node --project bin/tsconfig.json --files bin/build.ts",
    "gen:hero": "ts-node --project bin/tsconfig.json --files bin/build-hero.ts",
    "gen:fetch": "npm run fetch && ts-node --project bin/tsconfig.json --files bin/build.ts",
    "cleanup": "./cleanup.sh",
    "compile": "rimraf tabler && rimraf solid && rimraf outline && rimraf mini && node compile.js && tsc --emitDeclarationOnly --outDir . && cp solid/*.d.ts solid/esm && cp outline/*.d.ts outline/esm && cp mini/*.d.ts mini/esm && cp tabler/*.d.ts tabler/esm",
    "compile:tabler": "rimraf tabler && node compile.js && tsc --emitDeclarationOnly --outDir . && cp tabler/*.d.ts tabler/esm",
    "build:fetch": "npm run gen && npm run compile && npm run cleanup",
    "build": "npm run compile && npm run cleanup",
    "release": "npm run build && release-it"
  },
  "keywords": [
    "react",
    "react native",
    "tabler-icons"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/judedaryl/react-native-tabler-icons"
  },
  "bugs": {
    "url": "https://github.com/judedaryl/react-native-tabler-icons/issues"
  },
  "author": "ecklf",
  "license": "MIT",
  "devDependencies": {
    "@svgr/core": "^5.5.0",
    "@svgr/plugin-jsx": "^5.5.0",
    "@svgr/plugin-prettier": "^5.5.0",
    "@svgr/plugin-svgo": "^5.5.0",
    "@types/node": "^16.11.26",
    "@types/react": "^17.0.42",
    "@types/react-native": "^0.66.17",
    "camelcase": "^6.3.0",
    "esbuild": "^0.13.15",
    "junk": "^3.1.0",
    "react": "^17.0.2",
    "react-native-svg": "^12.3.0",
    "release-it": "^14.14.2",
    "rimraf": "^3.0.2",
    "tiny-glob": "^0.2.9",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-native-svg": ">=9"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release v${version}",
      "tagName": "v${version}",
      "requireCleanWorkingDir": false
    },
    "github": {
      "release": true
    }
  },
  "dependencies": {
    "image-to-base64": "^2.2.0"
  }
}
