{
  "name": "robinclientjs",
  "version": "1.0.11",
  "description": "Cliente JavaScript (widget de chat) para integrar Robin en sitios y apps.",
  "type": "module",
  "main": "./dist/chat.js",
  "exports": {
    ".": "./dist/chat.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "start": "npx --yes serve . -p 3000",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "robin",
    "chat",
    "widget",
    "client"
  ],
  "author": "",
  "license": "ISC"
}
