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