mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 07:41:10 +00:00
+5
-5
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.19.3-19-x",
|
||||
"version": "0.19.3",
|
||||
"versions": {
|
||||
"git": "0.19.3-19-x",
|
||||
"npm": "0.19.2"
|
||||
@@ -28,10 +28,10 @@
|
||||
"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",
|
||||
"phishing:addrcheck": "polkadot-dev-run-test --env jest addrcheck -- --runInBand --detectOpenHandles",
|
||||
"phishing:crosscheck": "polkadot-dev-run-test --env jest crosscheck -- --runInBand --detectOpenHandles",
|
||||
"postinstall": "polkadot-dev-yarn-only",
|
||||
"test": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
|
||||
"test": "polkadot-dev-run-test --env jest ^addrcheck ^crosscheck -- --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinata/sdk": "^1.2.1",
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@polkadot/dev": "^0.68.28",
|
||||
"@polkadot/dev": "^0.68.38",
|
||||
"@types/jest": "^29.4.0",
|
||||
"mkdirp": "^2.1.3",
|
||||
"rimraf": "^4.1.2"
|
||||
|
||||
Reference in New Issue
Block a user