{
  "name": "tabler-react-native",
  "version": "1.1.0",
  "description": "Tabler Icons for React Native",
  "main": "index.js",
  "scripts": {
    "prepare-icons": "npx @svgr/cli --icon --out-dir icons --index-template index-template.js --template svg-template.js --svg-props height={size} --svg-props width={size} --svg-props strokeWidth={stroke} --svg-props stroke={color} --svg-props className='' --svg-props viewBox='0 0 24 24' --typescript --native -- node_modules/@tabler/icons/icons",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BurakGur/tabler-react-native"
  },
  "author": "Burak Gür <gurbrk@gmail.com>",
  "license": "ISC",
  "keywords": [
    "tabler-icons",
    "react-native",
    "svg",
    "icons",
    "icon-pack",
    "icon",
    "iconset",
    "quality-svg-icons",
    "tabler-icons-react-native"
  ],
  "dependencies": {
    "react": "^18.2.0",
    "react-native-svg": "^12.3.0"
  },
  "devDependencies": {
    "@svgr/cli": "^8.1.0",
    "@tabler/icons": "^2.47.0"
  }
}
