{
  "name": "@swup/debug-plugin",
  "amdName": "SwupDebugPlugin",
  "version": "3.0.0",
  "description": "Swup Debug plugin.",
  "type": "module",
  "source": "src/index.js",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "exports": "./dist/index.modern.js",
  "unpkg": "./dist/index.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "swup-plugin build",
    "dev": "swup-plugin dev",
    "lint": "swup-plugin lint",
    "format": "swup-plugin format",
    "prepublish": "npm run build"
  },
  "author": {
    "name": "Georgy Marchuk",
    "email": "gmarcuk@gmail.com",
    "url": "https://gmrchk.com/"
  },
  "contributors": [
    {
      "name": "Philipp Daun",
      "email": "daun@daun.ltd",
      "url": "https://philippdaun.net"
    },
    {
      "name": "Rasso Hilber",
      "email": "mail@rassohilber.com",
      "url": "https://rassohilber.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swup/debug-plugin.git"
  },
  "dependencies": {
    "@swup/plugin": "^2.0.0"
  },
  "peerDependencies": {
    "swup": "^3.0.0"
  },
  "browserslist": [
    "extends @swup/browserslist-config"
  ],
  "prettier": "@swup/prettier-config"
}
