mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
a9ba48a5d6
skip-checks: true
35 lines
914 B
JSON
35 lines
914 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/phishing/issues",
|
|
"description": "Simple phishing scripts from a central source",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/phishing",
|
|
"repository": {
|
|
"directory": "packages/phishing",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/phishing.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.25.19-24-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/util": "^13.5.6",
|
|
"@polkadot/util-crypto": "^13.5.6",
|
|
"@polkadot/x-fetch": "^13.5.6",
|
|
"tldts": "^7.0.8",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|