Files
phishing/packages/phishing/package.json
T
Github Actions b6c496cf49 [CI Skip] release/stable 0.6.216
skip-checks: true
2021-07-02 07:22:08 +00:00

26 lines
760 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.6.216",
"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.6",
"@polkadot/util": "^6.10.1",
"@polkadot/util-crypto": "^6.10.1",
"@polkadot/x-fetch": "^6.10.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"js-yaml": "^4.1.0"
}
}