{
  "name": "@rocket.chat/ui-kit",
  "version": "1.0.0",
  "description": "Interactive UI elements for Rocket.Chat Apps",
  "homepage": "https://rocket.chat",
  "bugs": {
    "url": "https://github.com/RocketChat/Rocket.Chat/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/Rocket.Chat.git"
  },
  "license": "MIT",
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    ".:build:clean": "rimraf dist",
    ".:build:prepare": "ts-patch install && typia patch",
    ".:build:tsc": "tsc -p tsconfig.build.json",
    "build": "run-s .:build:prepare .:build:clean .:build:tsc",
    "lint": "eslint .",
    "test": "jest",
    "testunit": "jest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "typia": "~9.7.2"
  },
  "devDependencies": {
    "@rocket.chat/icons": "~0.47.0",
    "@rocket.chat/jest-presets": "~0.0.2",
    "@rocket.chat/tsconfig": "=0.0.0",
    "@types/jest": "~30.0.0",
    "eslint": "~9.39.3",
    "jest": "~30.2.0",
    "npm-run-all": "~4.1.5",
    "prettier": "~3.3.3",
    "rimraf": "~6.0.1",
    "ts-jest": "~29.4.6",
    "ts-patch": "^3.3.0",
    "typescript": "~5.9.3"
  },
  "peerDependencies": {
    "@rocket.chat/icons": "*"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public"
  }
}
