{
  "name": "@swup/forms-plugin",
  "amdName": "SwupFormsPlugin",
  "version": "2.0.1",
  "description": "Swup forms plugin - adds support for forms.",
  "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/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swup/forms-plugin.git"
  },
  "dependencies": {
    "@swup/plugin": "^2.0.0"
  },
  "devDependencies": {
    "swup": "^3.0.0"
  },
  "peerDependencies": {
    "swup": "^3.0.0"
  },
  "browserslist": [
    "extends @swup/browserslist-config"
  ],
  "prettier": "@swup/prettier-config"
}
