{
  "name": "@klashdevelopment/mcicons",
  "version": "1.0.1",
  "description": "CCLeaf's Minecraft icons, 3d renders, and interfaces collection for UI development",
  "main": "dist/icons.js",
  "types": "dist/icons.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "node tests/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": ["minecraft", "ui", "icons", "interface", "items", "blocks", "renders"],
  "author": "GavinGoGaming",
  "license": "GPL-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klashdevelopment/mcicons.git"
  },
  "homepage": "https://github.com/klashdevelopment/mcicons#readme",
  "bugs": {
    "url": "https://github.com/klashdevelopment/mcicons/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.9.2"
  }
}
