{
  "name": "@picturae/openseadragonselection",
  "version": "2.2.0",
  "description": "An OpenSeadragon plugin to allow selecting part of the zoomable image and getting the corresponding coordinates.",
  "main": "selection.js",
  "scripts": {
    "build": "esbuild --bundle --platform=browser --sourcemap --minify ./src/selection.js --outfile='./dist/openseadragonselection.js'",
    "dev": "yarn build --watch --servedir=."
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/picturae/openseadragonselection.git"
  },
  "keywords": [
    "openseadragon",
    "selection",
    "crop"
  ],
  "author": "Petar Petrov",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/picturae/openseadragonselection/issues"
  },
  "homepage": "https://github.com/picturae/openseadragonselection#readme",
  "dependencies": {
    "openseadragon": "^5.0.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.2"
  }
}
