{
  "name": "alpha-interface",
  "version": "1.0.4",
  "description": "Here is a simple interface for a chat bot. It is a web component that can be used in any web application.",
  "keywords": [
    "web-components",
    "stencil",
    "hash-bot",
    "chat bot"
  ],
  "contributors": [
    {
      "name": "Pranav VH"
    }
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/hash-bot/hash-bot.esm.js",
  "exports": {
    ".": {
      "import": "./dist/hash-bot/hash-bot.esm.js",
      "require": "./dist/hash-bot/hash-bot.cjs.js"
    },
    "./my-component": {
      "import": "./dist/components/my-component.js",
      "types": "./dist/components/my-component.d.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clockhash-projects/hash-bot-fe.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^4.27.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^24.3.0"
  },
  "license": "MIT",
  "dependencies": {
    "marked": "^17.0.3",
    "socket.io-client": "^4.8.1"
  }
}