stop-discord-phishing
Version:
A simple Package that gives you Utils to find and recognize Discord Phishing Links to prevent scams & phishing
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "stop-discord-phishing",
"version": "0.3.3",
"description": "A simple Package that gives you Utils to find and recognize Discord Phishing Links to prevent scams & phishing",
"main": "index.js",
"module": "esm.mjs",
"types": "index.d.ts",
"exports": {
".": {
"require": "./index.js",
"import": "./esm.mjs",
"types": "./index.d.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolaischunk/stop-discord-phishing.git"
},
"keywords": [
"discord",
"link",
"scam",
"scam-link",
"scam-sites",
"tokengabber-prevention",
"phishing-prevention",
"phishing-links-detection",
"discord-scams",
"steam-scams"
],
"author": {
"name": "nikolaischunk",
"web": "schunk.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nikolaischunk/stop-discord-phishing.git/issues"
},
"homepage": "https://github.com/nikolaischunk/stop-discord-phishing.git#readme",
"dependencies": {
"axios": "^0.24.0"
}
}