{
  "name": "@startinblox/component-conversation",
  "version": "1.0.2",
  "description": "Conversation component for startinblox",
  "main": "dist/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://git.startinblox.com/components/sib-conversation.git"
  },
  "author": "startinblox",
  "license": "MIT",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "watch": "vite",
    "build": "vite build",
    "build-watch": "vite build --watch",
    "serve": "vite preview"
  },
  "browserslist": [
    "last 2 Chrome versions"
  ],
  "dependencies": {
    "moment": "^2.30.1",
    "sass": "^1.71.1",
    "vite": "^5.1.4"
  },
  "prettier": {
    "arrowParens": "avoid",
    "semi": false,
    "singleQuote": true
  }
}
