This commit is contained in:
Jaco
2023-02-22 09:35:50 +02:00
committed by GitHub
parent 8ac03a8d61
commit d8f9064e7d
6 changed files with 362 additions and 1508 deletions
+5 -5
View File
@@ -28,18 +28,18 @@
"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": "polkadot-dev-run-test --env jest addrcheck -- --runInBand --detectOpenHandles",
"phishing:crosscheck": "polkadot-dev-run-test --env jest crosscheck -- --runInBand --detectOpenHandles",
"phishing:addrcheck": "polkadot-dev-run-test --env node addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test --env node crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --env jest ^addrcheck ^crosscheck -- --coverage"
"test": "polkadot-dev-run-test --env node ^addrcheck ^crosscheck"
},
"dependencies": {
"@pinata/sdk": "^1.2.1",
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.68.38",
"@babel/core": "^7.21.0",
"@polkadot/dev": "^0.69.5",
"@types/jest": "^29.4.0",
"mkdirp": "^2.1.3",
"rimraf": "^4.1.2"