Files
phishing/packages/phishing/package.json
T
github-actions[bot] f6777d318a [CI Skip] release/stable 0.8.37
skip-checks: true
2022-01-17 04:38:48 +00:00

33 lines
896 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",
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/phishing",
"repository": {
"directory": "packages/phishing",
"type": "git",
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.8.37",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/util": "^8.3.2",
"@polkadot/util-crypto": "^8.3.2",
"@polkadot/x-fetch": "^8.3.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"js-yaml": "^4.1.0"
}
}