mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-21 23:48:01 +00:00
35 lines
955 B
JSON
35 lines
955 B
JSON
{
|
|
"author": "Dijital Kurdistan Tech Inst <info@pezkuwichain.io>",
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/phishing/issues",
|
|
"description": "Simple phishing scripts from a central source",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/phishing/tree/master/packages/phishing#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/phishing",
|
|
"repository": {
|
|
"directory": "packages/phishing",
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/phishing.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.25.28",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@pezkuwi/util-crypto": "^14.0.5",
|
|
"@pezkuwi/x-fetch": "^14.0.5",
|
|
"tldts": "^7.0.8",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|