{
  "name": "@rocket.chat/icons",
  "version": "0.37.0",
  "description": "Rocket.Chat's Icons",
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "homepage": "https://github.com/RocketChat/fuselage#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/icons"
  },
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "main": "dist/index.js",
  "files": [
    "/dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "build-icons",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix",
    "bump-next": "bump-next"
  },
  "devDependencies": {
    "@prettier/plugin-xml": "~2.2.0",
    "@rocket.chat/eslint-config-alt": "^0.31.25",
    "@rocket.chat/prettier-config": "^0.31.25",
    "build-icons": "^0.31.25",
    "bump": "^0.31.25",
    "eslint": "~8.38.0",
    "lint-all": "^0.31.25",
    "npm-run-all": "^4.1.5",
    "prettier": "~2.8.7",
    "rimraf": "^3.0.2",
    "stylelint": "~15.4.0",
    "stylelint-order": "~6.0.3",
    "stylelint-prettier": "~3.0.0",
    "stylelint-scss": "~4.6.0"
  }
}
