{
  "name": "minecraft-items-react",
  "version": "0.1.2",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "peerDependencies": {
    "react": "^17.0.0"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "files": [
    "dist/"
  ],
  "keywords": [],
  "author": "AndcoolSystems",
  "license": "MIT",
  "homepage": "https://github.com/Andcool-Systems/Minecraft-Items-React",
  "description": "Library of all actual Minecraft items icons",
  "dependencies": {
    "@types/react": "^18.3.10",
    "react": "^17.0.0",
    "tslib": "^2.7.0",
    "typescript": "^5.6.2"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "rollup": "^4.22.5",
    "rollup-plugin-peer-deps-external": "^2.2.4"
  }
}
