Files
phishing/packages/phishing/package.json
T
Github Actions 3732d16d46 [CI Skip] release/stable 0.1.17
skip-checks: true
2020-11-10 16:46:00 +00:00

24 lines
698 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.1.17",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "esm/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.1",
"@polkadot/x-fetch": "^4.0.2-11"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"js-yaml": "^3.14.0"
}
}