{
  "name": "game-icons-react",
  "version": "0.1.6",
  "description": "Cross-platform SVG icons for react native and web, from game-icons.net",
  "license": "MIT",
  "sideEffects": false,
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "icons",
    "svg",
    "rpg",
    "game-icons",
    "interface",
    "UI"
  ],
  "scripts": {
    "build": "bun run bin/build.ts",
    "transpile": "tsc -p .",
    "sync": "git submodule update --remote --init --force --recursive",
    "clean": "rm -rf build dist src/*/ src/index.ts src/index.js src/props.js tsconfig.tsbuildinfo"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.6.1",
    "@types/lodash.upperfirst": "^4.3.9",
    "@types/react": "^18.2.58",
    "bun-types": "latest",
    "lodash.upperfirst": "^4.3.1",
    "react": "^18.2.0",
    "react-native-svg": "^15.1.0",
    "svgson": "^5.3.1",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native-svg": ">=12"
  },
  "author": {
    "name": "Calob Humble",
    "email": "humble@calob.dev",
    "url": "http://calob.dev"
  },
  "repository": {
    "url": "https://github.com/CalobHumble/game-icons-react"
  }
}
