{
  "name": "@gathercontent/icons",
  "version": "0.13.2",
  "description": "GatherContent icons",
  "main": "dist/index.js",
  "scripts": {
    "build": "npm run build:js && npm run build:css",
    "build:css": "parcel build styles/icons.css",
    "build:js": "esbuild index.ts --outfile=dist/index.js --bundle --sourcemap --format=cjs --external:react --minify --allow-overwrite",
    "lint": "eslint 'icons/**.{ts,tsx}'",
    "type-check": "tsc --noEmit",
    "format": "prettier --write icons/**/*",
    "format:check": "prettier --check icons/**/*",
    "check-updates": "npm install && npx npm-check -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gathercontent/mono.git"
  },
  "keywords": [
    "gathercontent",
    "icons"
  ],
  "author": "",
  "contributors": [
    {
      "name": "Kyle Harper",
      "email": "kyle@gathercontent.com"
    },
    {
      "name": "Amee Morris",
      "email": "amee@gathercontent.com"
    },
    {
      "name": "David Hollins",
      "email": "david@gathercontent.com"
    },
    {
      "name": "Michael McGrorty",
      "email": "michael@gathercontent.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gathercontent/mono/issues"
  },
  "homepage": "https://github.com/gathercontent/mono#readme",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.16",
    "css-loader": "^4.3.0",
    "cssnano": "^6.0.1"
  },
  "targets": {
    "main": false
  }
}
