{
  "name": "@rearguard/is-burner",
  "version": "1.9.6",
  "description": "A fast email burner checker.",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/proximahq/rearguard.git"
  },
  "keywords": [
    "utility",
    "burner",
    "validator",
    "email"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist && rollup -c ../rollup.config.js --environment production",
    "test": "ava",
    "test:watch": "ava --watch",
    "bump": "yarn publish --new-version $PACKAGE_VERSION",
    "version": "yarn version --new-version $PACKAGE_VERSION --no-git-tag-version --no-commit-hooks"
  },
  "ava": {
    "require": [
      "esm"
    ]
  },
  "devDependencies": {
    "queue-promise": "2.2.1"
  }
}
