{
  "name": "@react95/icons",
  "version": "2.2.0",
  "description": "React95 icons gallery",
  "keywords": [
    "React95",
    "icons",
    "windows95",
    "w95"
  ],
  "files": [
    "cjs",
    "esm",
    "png",
    "svg",
    "types",
    "icons.css",
    "!**/*.tsbuildinfo"
  ],
  "author": "ggdaltoso <ggdaltoso@gmail.com>",
  "homepage": "https://react95.github.io/React95/",
  "license": "MIT",
  "main": "cjs",
  "unpkg": "icons.css",
  "publishConfig": {
    "access": "public",
    "directory": "dist",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/React95/React95.git",
    "directory": "packages/icons"
  },
  "bugs": {
    "url": "https://github.com/React95/React95/issues"
  },
  "gitHead": "4b79dbe37f571332fa32018f50fbfe5ab8622abd",
  "module": "esm",
  "private": false,
  "types": "types/index.d.ts"
}