{ "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": "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch" }, "devDependencies": { "@rocket.chat/icons": "~0.47.0", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "eslint": "~9.39.4", "jest": "~30.2.0", "npm-run-all": "~4.1.5", "prettier": "~3.3.3", "rimraf": "~6.0.1", "ts-jest": "~29.4.9", "ts-patch": "^3.3.0", "typescript": "~5.9.3" }, "peerDependencies": { "@rocket.chat/icons": "*" }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" } }