Files
phishing/packages/phishing/package.json
T
2021-06-04 14:00:50 +03:00

26 lines
766 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.6.178",
"type": "module",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"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.14.0",
"@polkadot/util": "^6.6.2-13",
"@polkadot/util-crypto": "^6.6.2-13",
"@polkadot/x-fetch": "^6.6.2-13"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"js-yaml": "^4.1.0"
}
}