{
  "name": "@rocket.chat/logo",
  "version": "0.32.0",
  "description": "Rocket.Chat logo package",
  "keywords": [
    "rocketchat",
    "rocketchat logo"
  ],
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "homepage": "https://github.com/RocketChat/fuselage#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/logo"
  },
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "run-s .:build:clean .:build:esm .:build:cjs .:build:logo",
    ".:build:clean": "rimraf dist",
    ".:build:esm": "tsc -p tsconfig-esm.json",
    ".:build:cjs": "tsc -p tsconfig-cjs.json",
    ".:build:logo": "build-logo",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix",
    "test": "jest --runInBand",
    "docs": "typedoc"
  },
  "devDependencies": {
    "@rocket.chat/fuselage-tokens": "^0.33.2",
    "@testing-library/react": "~16.1.0",
    "@types/jest": "~29.5.14",
    "@types/react": "~18.3.18",
    "@types/react-dom": "~18.3.5",
    "build-logo": "^0.31.25",
    "eslint": "~9.20.0",
    "jest": "~29.7.0",
    "jest-environment-jsdom": "~29.7.0",
    "lint-all": "^0.31.25",
    "npm-run-all": "^4.1.5",
    "prettier": "~3.5.0",
    "react": "~18.3.1",
    "react-dom": "~18.3.1",
    "rimraf": "^3.0.2",
    "ts-jest": "~29.2.5",
    "typedoc": "~0.27.5",
    "typescript": "~5.7.2"
  },
  "dependencies": {
    "@rocket.chat/fuselage-hooks": "^0.35.0",
    "@rocket.chat/styled": "^0.32.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "17.0.2"
  }
}
