{
  "name": "mailto-fixer",
  "version": "1.0.3",
  "description": "A library for better mailto links. Give your users the choice to copy the address or open an email client.",
  "main": "dist/mailtoFixer.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack -- --watch",
    "test": "echo \"No tests specified\" && exit 0",
    "format": "prettier --write \"src/**/*.js\" \"src/**/*.css\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Emahhh/mailtoFixer.js.git"
  },
  "keywords": [
    "email",
    "mailto",
    "obfuscation",
    "spam",
    "protection",
    "ui",
    "ux"
  ],
  "author": "Emahhh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Emahhh/mailtoFixer.js/issues"
  },
  "homepage": "https://github.com/Emahhh/mailtoFixer.js#readme",
  "dependencies": {},
  "devDependencies": {
    "css-loader": "^7.1.1",
    "prettier": "^3.2.5",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.10",
    "webpack": "^5.0.0",
    "webpack-cli": "^4.0.0"
  },
  "prettier": {
    "semi": true,
    "singleQuote": true
  }
}