{
  "name": "fakefilter",
  "version": "1.1.1616",
  "description": "reliable fake and temp email filter solution for site operators",
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "prepare": "npm run build",
    "test": "jest --forceExit",
    "typecheck": "tsc --noEmit",
    "bench": "ts-node bench/compare.ts",
    "example:online": "ts-node examples/online.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/7c/fakefilter.git"
  },
  "keywords": [
    "fakeemail",
    "tempemail",
    "tempmail",
    "email",
    "filter"
  ],
  "author": "7c",
  "bugs": {
    "url": "https://github.com/7c/fakefilter/issues"
  },
  "homepage": "https://github.com/7c/fakefilter#readme",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.9.1",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  }
}
