{ "name": "@n8n/chat", "version": "1.30.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs", "build": "pnpm build:vite && pnpm build:bundle", "build:unchecked": "pnpm run build", "build:vite": "cross-env vite build", "build:bundle": "cross-env INCLUDE_VUE=true vite build", "preview": "vite preview", "test:dev": "vitest", "test": "vitest run", "test:changed": "janitor test-scoped", "typecheck": "vue-tsc --noEmit", "lint": "eslint src --quiet", "lint:fix": "eslint src --fix", "lint:styles": "stylelint \"src/**/*.{scss,sass,vue}\" --cache", "lint:styles:fix": "stylelint \"src/**/*.{scss,sass,vue}\" --fix --cache", "format": "biome format --write src && prettier --write src/ --ignore-path ../../../../.prettierignore", "format:check": "biome ci src && prettier --check src/ --ignore-path ../../../../.prettierignore" }, "types": "./dist/index.d.ts", "main": "./dist/chat.umd.js", "module": "./dist/chat.es.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/chat.es.js", "require": "./dist/chat.umd.js" }, "./style.css": { "import": "./dist/style.css", "require": "./dist/style.css" }, "./*": { "import": "./*", "require": "./*" } }, "dependencies": { "@n8n/design-system": "workspace:*", "@vueuse/core": "catalog:frontend", "highlight.js": "catalog:frontend", "markdown-it": "catalog:", "markdown-it-link-attributes": "catalog:", "uuid": "catalog:", "vue": "catalog:frontend", "vue-markdown-render": "catalog:frontend" }, "devDependencies": { "@iconify-json/lucide": "catalog:", "@iconify-json/mdi": "catalog:", "@n8n/eslint-config": "workspace:*", "@n8n/playwright-janitor": "workspace:*", "@n8n/stylelint-config": "workspace:*", "@n8n/typescript-config": "workspace:*", "@n8n/vitest-config": "workspace:*", "@storybook/vue3": "catalog:storybook", "@storybook/vue3-vite": "catalog:storybook", "@testing-library/jest-dom": "catalog:frontend", "@testing-library/vue": "catalog:frontend", "@types/markdown-it": "catalog:", "@types/markdown-it-link-attributes": "catalog:", "@vitejs/plugin-vue": "catalog:frontend", "@vitest/coverage-v8": "catalog:", "@vue/test-utils": "catalog:frontend", "unplugin-icons": "^0.19.0", "typescript": "catalog:", "vite": "catalog:", "vite-plugin-dts": "catalog:", "vitest": "catalog:", "vue-tsc": "catalog:frontend" }, "files": [ "README.md", "dist" ], "license": "LicenseRef-n8n-sustainable-use" }