{
  "name": "coupdoeil",
  "version": "1.2.1",
  "description": "Javascript for Ruby on Rails Coupdoeil gem",
  "module": "app/javascript/coupdoeil/index.js",
  "main": "app/assets/javascripts/coupdoeil.js",
  "files": [
    "app/javascript/coupdoeil"
  ],
  "exports": {
    ".": {
      "import": "./app/javascript/coupdoeil/index.js",
      "require": "./app/assets/javascripts/coupdoeil.js"
    }
  },
  "scripts": {
    "dev": "rollup -c --watch --watch.onEnd=\"touch test/dummy/app/javascript/application.js\"",
    "build": "rollup -c",
    "prerelease": "yarn build && git --no-pager diff && echo && npm pack --dry-run && echo && read -n 1 -p \"Look OK? Press any key to publish and commit v$npm_package_version\" && echo",
    "release": "npm publish"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.12",
    "el-transition": "^0.0.7"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^11.0.1",
    "rollup": "^2.35.1",
    "rollup-plugin-terser": "^7.0.2",
    "terser": "^5.22.0"
  },
  "license": "MIT",
  "author": "PageHey",
  "contributors": [
    "pagehey <pagehey@pm.me>"
  ],
  "keywords": [
    "coupdoeil",
    "hovercard",
    "popover",
    "tooltip",
    "popup",
    "rails"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/Pagehey/coupdoeil.git"
  },
  "bugs": {
    "url": "https://gitlab.com/Pagehey/coupdoeil/-/issues"
  },
  "homepage": "https://coupdoeil.org",
  "publishConfig": {
    "access": "public"
  }
}
