{
  "name": "@creoglyph/copy-to-clipboard",
  "version": "1.0.1",
  "description": "Copy to clipboard for webflow",
  "main": "copy.min.js","scripts": {
  "build": "terser copy.js -o copy.min.js --mangle --mangle-props",
  "test": "echo \"Error: no test specified\" && exit 1"
},
  "files": [
    "copy.min.js",
    "README.md",
    "LICENSE"
  ],
  "author": "",
  "license": "ISC"
}
