-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.3 KB
/
package.json
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
{
"name": "mind-sap-sdk",
"version": "0.0.3",
"description": "",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "npm run build",
"test-register-bob": "jest registry --testNamePattern=bob_registry_on_Goerli",
"test-check-bob-isRegistered": "jest registry --testNamePattern=bob_isRegistry_on_Goerli",
"test-scan-bob-sa": "jest scan",
"test-send-EOA_TO_SA_CCIPBridge": "jest send --testNamePattern=EOA_TO_EOASA_CCIPBridge",
"test-send-SA_TO_EOA_MUMBAI": "jest send --testNamePattern=SA_TO_EOA_MUMBAI"
},
"keywords": [],
"authors": [],
"license": "MIT",
"files": [
"dist",
"compiled"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/lodash": "4.14.202",
"father": "^2.30.23",
"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",
"lodash": "^4.17.21"
}
}