-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mind-sap-sdk",
"version": "1.0.0",
"description": "",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
"build-github": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "npm run build",
"test-register-bob": "jest registry --testNamePattern=bob_registry_on_Mumbai",
"test-check-bob-isRegistered": "jest registry --testNamePattern=bob_isRegistry_on_Mumbai",
"test-scan-bob-sa": "jest scan",
"test-send-EOA_TO_SA_NATIVETOKEN_Mumbai": "jest send --testNamePattern=EOA_TO_EOASA_NATIVETOKEN_MUMBAI",
"test-send-EOA_TO_SA_CCIP-BnM_Mumbai": "jest send --testNamePattern=EOA_TO_SA_CCIP-BnM_MUMBAI",
"test-send-EOA_TO_SA_CCIPBridge": "jest send --testNamePattern=EOA_TO_SA_CCIPBridge",
"test-send-SA_TO_EOA_NATIVETOKEN_Mumbai": "jest send --testNamePattern=SA_TO_EOA_NATIVETOKEN_MUMBAI",
"test-send-SA_TO_EOA_CCIP-BnM_Mumbai": "jest send --testNamePattern=SA_TO_EOA_CCIP-BnM_MUMBAI",
"test-send-SA_TO_SA_NATIVETOKEN_Mumbai": "jest send --testNamePattern=SA_TO_SA_NATIVETOKEN_MUMBAI",
"test-send-SA_TO_SA_CCIP-BnM_Mumbai": "jest send --testNamePattern=SA_TO_SA_CCIP-BnM_MUMBAI",
"test-send-SA_TO_EOA_CCIPBridge": "jest send --testNamePattern=SA_TO_EOA_CCIPBridge",
"test-send-SA_TO_SA_CCIPBridge": "jest send --testNamePattern=SA_TO_SA_CCIPBridge",
"test-send-EOA_TO_SA_USDT_POLYGON": "jest send --testNamePattern=EOA_TO_SA_USDT_POLYGON"
},
"keywords": [],
"authors": [],
"license": "MIT",
"files": [
"dist",
"compiled"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/lodash": "4.14.202",
"@types/node-forge": "^1.3.11",
"father": "^4.3.7",
"jest": "^29.7.0",
"log4js": "^6.9.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@noble/secp256k1": "^1.7.1",
"axios": "^1.6.2",
"eciesjs": "^0.4.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.1",
"paillier-bigint": "^3.4.3"
}
}