{
  "name": "leaflet-path-drag",
  "type": "module",
  "version": "1.9.5",
  "description": "Drag functionality for Leaflet vector layers",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "browser": "dist/index.js",
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src/**/*.js"
  ],
  "scripts": {
    "test": "browserify --transform [ babelify --presets [ es2015 ] ] ./test/*.test.js | tape-run --render='tap-spec' | tap-status",
    "start": "vite",
    "lint": "eslint ./src/*.mjs",
    "build-js": "vite build",
    "build": "npm run lint && npm run build-js",
    "release": "git push origin master && git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master && npm publish"
  },
  "keywords": [
    "leaflet",
    "path",
    "polyline",
    "drag",
    "polygon"
  ],
  "author": "Alexander Milevski <info@w8r.name>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/w8r/Leaflet.Path.Drag.git"
  },
  "bugs": {
    "url": "https://github.com/w8r/Leaflet.Path.Drag/issues"
  },
  "prettier": {
    "singleQuote": true
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^8.0.0",
    "browserify": "^14.4.0",
    "eslint": "^6.8.0",
    "faucet": "0.0.1",
    "leaflet": "^1.9.4",
    "prosthetic-hand": "^1.3.1",
    "smokestack": "^3.6.0",
    "tap-spec": "^5.0.0",
    "tap-status": "^1.0.1",
    "tape": "^5.5.3",
    "tape-run": "^10.0.0",
    "uglify-js": "^3.0.21",
    "vite": "^5.1.3"
  }
}
