mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
f6777d318a
skip-checks: true
33 lines
896 B
JSON
33 lines
896 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.8.37",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.7",
|
|
"@polkadot/util": "^8.3.2",
|
|
"@polkadot/util-crypto": "^8.3.2",
|
|
"@polkadot/x-fetch": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.5",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|