mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
446df4d253
skip-checks: true
30 lines
974 B
JSON
30 lines
974 B
JSON
{
|
|
"repository": "https://github.com/polkadot-js/phishing",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"license": "Apache-2",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts",
|
|
"build:extra": "node scripts/sortAll.mjs",
|
|
"build:release": "polkadot-ci-ghact-build --skip-beta",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"phishing:addrcheck": "polkadot-dev-run-test packages/phishing/src/addrcheck",
|
|
"phishing:crosscheck": "polkadot-dev-run-test packages/phishing/src/crosscheck",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@polkadot/dev": "^0.61.24",
|
|
"@types/jest": "^26.0.20"
|
|
},
|
|
"version": "0.4.19"
|
|
}
|