Files
phishing/packages/phishing/package.json
T
Github Actions 2f48521d7b [CI Skip] release/stable 0.1.16
skip-checks: true
2020-11-10 12:56:10 +00:00

35 lines
898 B
JSON

{
"name": "@polkadot/phishing",
"version": "0.1.16",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkadot-js/phishing.git"
},
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polkadot-js/phishing/issues"
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/x-fetch": "^4.0.2-8"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"js-yaml": "^3.14.0"
}
}