mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-23 01:28:03 +00:00
5e45e9d81b
skip-checks: true
34 lines
890 B
JSON
34 lines
890 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": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.22.2-24-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/util": "^12.6.1",
|
|
"@polkadot/util-crypto": "^12.6.1",
|
|
"@polkadot/x-fetch": "^12.6.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.5",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|