Files
phishing/packages/phishing/package.json
T
Github Actions d63c698d2a [CI Skip] release/stable 0.5.8
skip-checks: true
2021-02-16 13:04:03 +00:00

25 lines
736 B
JSON

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