mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
7d735d6962
skip-checks: true
33 lines
905 B
JSON
33 lines
905 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/phishing/issues",
|
|
"contributors": [],
|
|
"description": "Simple phishing scripts from a central source",
|
|
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/phishing",
|
|
"repository": {
|
|
"directory": "packages/phishing",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/phishing.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.18.10-33-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.19.0",
|
|
"@polkadot/util": "^10.1.9",
|
|
"@polkadot/util-crypto": "^10.1.9",
|
|
"@polkadot/x-fetch": "^10.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.5",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|