mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
124788442c
skip-checks: true
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/phishing/issues",
|
|
"homepage": "https://github.com/polkadot-js/phishing#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@3.2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/phishing.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.18.6-9-x",
|
|
"versions": {
|
|
"git": "0.18.6-9-x",
|
|
"npm": "0.18.5"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts",
|
|
"build:extra": "node scripts/sortAll.mjs",
|
|
"build:release": "polkadot-ci-ghact-build",
|
|
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
|
|
"build:rollup": "polkadot-exec-rollup --config",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"deno": "yarn polkadot-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"phishing:addrcheck": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/addrcheck",
|
|
"phishing:crosscheck": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
|
|
},
|
|
"dependencies": {
|
|
"@pinata/sdk": "^1.1.26",
|
|
"dnslink-cloudflare": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.10",
|
|
"@polkadot/dev": "^0.67.94",
|
|
"@types/jest": "^28.1.6"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|