Files
phishing/packages/phishing/package.json
T
Jaco Greeff 3d913f6bdb 0.3 (#35)
2020-12-13 19:06:33 +01:00

23 lines
666 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.3.0",
"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/x-fetch": "^5.0.1"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"js-yaml": "^3.14.1"
}
}