{ "name": "@hcengineering/ui-test", "version": "0.7.12", "author": "Copyright © Hardcore Engineering Inc.", "template": "@hcengineering/node-package", "license": "EPL-2.0", "main": "./lib/index.js", "types": "./types/index.d.ts", "files": [ "lib", "types", "src", "fonts", "styles" ], "exports": { ".": { "types": "./types/index.d.ts", "default": "./lib/index.js" }, "./lang/*": "./lang/*", "./styles/*": "./styles/*" }, "scripts": { "build": "compile ui-esbuild", "build:watch": "compile ui-esbuild", "test": "jest --passWithNoTests --silent --forceExit", "format": "format src", "_phase:build": "compile ui-esbuild", "_phase:test": "jest --passWithNoTests --silent --forceExit", "_phase:format": "format src", "_phase:validate": "compile validate" }, "devDependencies": { "@hcengineering/platform-rig": "workspace:^0.7.19", "svelte-loader": "^3.2.0", "sass": "^1.80.0", "svelte-preprocess": "^5.1.4", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", "@types/node": "^22.18.1", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.54.0", "eslint-config-standard-with-typescript": "^40.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-n": "^15.4.0" }, "dependencies": { "svelte": "^4.2.20" }, "repository": "https://github.com/hcengineering/huly.utils", "publishConfig": { "access": "public" } }