{
  "name": "dmarc-solution",
  "version": "1.2.5",
  "description": "One stop solution for all DMARC Problems. This package includes fetching of dmarc record, parsing the provided/fetched record, validation of DMARC record, generating a new DMARC record",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "compile": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/architjn/dmarc-solution.git"
  },
  "keywords": [
    "dmarc",
    "dkim",
    "email",
    "mail",
    "spf",
    "record",
    "parser",
    "txt",
    "dns",
    "generator",
    "report"
  ],
  "author": "Archit Jain",
  "license": "ISC",
  "maintainers": [
    {
      "name": "Archit Jain",
      "email": "architjn93@gmail.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/architjn/dmarc-solution/issues"
  },
  "dependencies": {
    "email-validator": "^2.0.4"
  },
  "devDependencies": {
    "@types/dns-packet": "^5.2.4"
  }
}
