Files
phishing/packages/phishing/package.json
T
Github Actions ef4d6ca103 [CI Skip] release/stable 0.6.383
skip-checks: true
2021-10-26 04:57:32 +00:00

36 lines
988 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/phishing/issues",
"contributors": [],
"description": "Simple phishing scripts from a central source",
"engines": {},
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/phishing",
"private": false,
"repository": {
"directory": "packages/phishing",
"type": "git",
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"type": "module",
"version": "0.6.383",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1",
"@polkadot/x-fetch": "^7.6.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"js-yaml": "^4.1.0"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}