{ "name": "@rocket.chat/ui-kit", "version": "0.39.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 . --ext .ts,.tsx", "test": "jest", "testunit": "jest", "typecheck": "tsc --noEmit" }, "dependencies": { "typia": "~9.7.2" }, "devDependencies": { "@rocket.chat/eslint-config": "workspace:~", "@rocket.chat/icons": "~0.46.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "eslint": "~8.45.0", "jest": "~30.2.0", "npm-run-all": "~4.1.5", "prettier": "~3.3.3", "rimraf": "~6.0.1", "ts-jest": "~29.4.5", "ts-patch": "^3.3.0", "typescript": "~5.9.3" }, "peerDependencies": { "@rocket.chat/icons": "*" }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" } }