this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 687 B view raw
1{ 2 "name": "@jaspermayone/disposable-email-detector", 3 "version": "1.0.0", 4 "description": "disposable email detector", 5 "main": "index.js", 6 "scripts": { 7 "build": "tsc", 8 "start": "node index.js" 9 }, 10 "keywords": [ 11 "disposable", 12 "email", 13 "detector", 14 "email-detector", 15 "disposable-email-detector", 16 "disposable-email" 17 ], 18 "author": "Jasper Mayone <me@jaspermayone.com>", 19 "repository": { 20 "type": "git", 21 "url": "git+https://github.com/jaspermayone-forks/disposable-email-detector.git" 22 }, 23 "license": "MIT", 24 "devDependencies": { 25 "@types/node": "^20.11.25", 26 "typescript": "^5.4.2" 27 }, 28 "dependencies": {}, 29 "private": false 30}