{
  "name": "mailgo",
  "version": "0.12.2",
  "description": "a new concept of mailto and tel links",
  "scripts": {
    "start": "webpack serve",
    "build-js": "webpack",
    "build-css": "gulp",
    "build": "webpack && gulp",
    "test": "jest --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manzinello/mailgo.git"
  },
  "main": "./lib/mailgo.js",
  "module": "./lib/mailgo.js",
  "types": "./mailgo-types.d.ts",
  "files": [
    "dist",
    "lib",
    "i18n",
    "mailgo-types.d.ts",
    "package.json",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "keywords": [
    "mailto",
    "mail",
    "tel",
    "callto",
    "gmail",
    "outlook",
    "telegram",
    "whatsapp",
    "skype",
    "yahoo",
    "mailgo"
  ],
  "author": {
    "name": "Matteo Manzinello",
    "email": "matteo@manzinello.dev",
    "url": "https://matteomanzinello.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manzinello/mailgo/issues"
  },
  "homepage": "https://mailgo.dev",
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/parser": "^7.14.7",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@babel/types": "^7.14.5",
    "@testing-library/dom": "^8.0.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/user-event": "^13.1.9",
    "@types/jest": "^26.0.23",
    "@types/node": "^15.12.4",
    "autoprefixer": "^10.2.6",
    "babel-loader": "^8.2.2",
    "css-loader": "^5.2.6",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-postcss": "^9.0.0",
    "gulp-prettier": "^3.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^4.1.1",
    "gulp-sourcemaps": "^3.0.0",
    "jest": "^27.0.5",
    "postcss": "^8.3.5",
    "sass": "^1.35.1",
    "sass-loader": "^12.1.0",
    "style-loader": "^3.0.0",
    "terser-webpack-plugin": "^5.1.3",
    "to-string-loader": "^1.1.6",
    "ts-jest": "^27.0.3",
    "ts-loader": "^9.2.3",
    "typescript": "^4.3.4",
    "webpack": "^5.40.0",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^3.11.2"
  },
  "peerDependencies": {},
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mailgo"
  },
  "sideEffects": false
}
