{
  "name": "@rocket.chat/icons",
  "version": "0.50.0",
  "description": "Rocket.Chat's Icons",
  "homepage": "https://github.com/RocketChat/fuselage#readme",
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/icons"
  },
  "license": "MIT",
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "main": "dist/index.js",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "build-icons",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix"
  },
  "devDependencies": {
    "build-icons": "^0.31.25",
    "eslint": "~10.8.0",
    "lint-all": "^0.31.25",
    "prettier": "~3.6.2",
    "rimraf": "~6.1.3",
    "stylelint": "~17.14.1",
    "stylelint-order": "~8.1.1",
    "stylelint-prettier": "~5.0.3",
    "stylelint-scss": "~7.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
