Files
phishing/package.json
T
Jaco Greeff d11f42430d Extend phishing with full URL support (#11)
* Extend phishing with full URL support

* Cleanups

* false on network exception
2020-10-18 11:29:29 +02:00

28 lines
722 B
JSON

{
"repository": "https://github.com/polkadot-js/phishing",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@polkadot/dev": "^0.58.3",
"@types/jest": "^26.0.14"
},
"version": "0.1.6"
}