{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/phishing/issues", "homepage": "https://github.com/polkadot-js/phishing#readme", "license": "Apache-2", "packageManager": "yarn@3.0.1", "private": true, "repository": { "type": "git", "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, "version": "0.6.587", "workspaces": [ "packages/*" ], "scripts": { "build": "polkadot-dev-build-ts", "build:extra": "node scripts/sortAll.mjs", "build:release": "polkadot-ci-ghact-build --skip-beta", "build:release:ipfs": "node scripts/ipfsUpload.mjs", "build:rollup": "polkadot-exec-rollup --config", "clean": "polkadot-dev-clean-build", "lint": "polkadot-dev-run-lint", "phishing:addrcheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/addrcheck", "phishing:crosscheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck", "postinstall": "polkadot-dev-yarn-only", "test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck" }, "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.16.5", "@polkadot/dev": "^0.64.22", "@types/jest": "^27.0.3" }, "resolutions": { "typescript": "^4.5.3" } }