{
  "name": "cuecatch",
  "version": "0.0.5",
  "description": "CueCatch — embeddable survey web component",
  "type": "module",
  "main": "v1.main.js",
  "module": "v1.main.js",
  "exports": {
    ".": "./v1.main.js",
    "./micro": "./v1.micro.js",
    "./v1.main.js": "./v1.main.js",
    "./v1.micro.js": "./v1.micro.js"
  },
  "keywords": [
    "survey",
    "web-component",
    "cuecatch",
    "form",
    "questionnaire",
    "lit"
  ],
  "author": "CueCatch",
  "license": "MIT",
  "homepage": "https://cuecatch.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/nicecatch/cuecatch-tag.git"
  }
}