mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 07:57:58 +00:00
7a1acdc210
skip-checks: true
24 lines
690 B
JSON
24 lines
690 B
JSON
{
|
|
"name": "@polkadot/phishing",
|
|
"version": "0.3.12",
|
|
"description": "Simple phishing scripts from a central source",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"sideEffects": false,
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"bugs": "https://github.com/polkadot-js/phishing/issues",
|
|
"repository": "github.com:polkadot-js/phishing",
|
|
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/x-fetch": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.0",
|
|
"js-yaml": "^4.0.0"
|
|
}
|
|
}
|