Files
phishing/packages/phishing/package.json
T
2021-01-24 12:18:46 +01:00

25 lines
735 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.4.6",
"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.12.5",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-fetch": "^5.4.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"js-yaml": "^4.0.0"
}
}