Files
phishing/packages/phishing/package.json
T
github-actions[bot] 16b5ae5ec8 [CI Skip] bump/beta 0.25.6-2-x
skip-checks: true
2025-03-14 18:00:30 +00:00

34 lines
889 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/phishing/issues",
"description": "Simple phishing scripts from a central source",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme",
"license": "Apache-2.0",
"name": "@polkadot/phishing",
"repository": {
"directory": "packages/phishing",
"type": "git",
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.6-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/x-fetch": "^13.4.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0"
}
}