-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "multichain-tools",
"version": "3.0.1",
"description": "",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"pre:deploy": "npm run build && cp package.json README.md dist/",
"deploy": "npm run pre:deploy && cd dist && npm publish",
"deploy:beta": "npm run pre:deploy && cd dist && npm publish --tag beta",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/bn.js": "^5.1.5",
"@types/lodash.pickby": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/math": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@near-js/accounts": "^1.3.0",
"@near-js/crypto": "^1.4.0",
"@near-js/keystores": "^0.2.0",
"@near-js/transactions": "^1.3.0",
"axios": "^1.6.8",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^6.1.5",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"canonicalize": "^2.0.0",
"chain-registry": "^1.63.103",
"coinselect": "^3.1.13",
"cosmjs-types": "^0.9.0",
"ethers": "^6.11.1",
"lodash.pickby": "^4.6.0",
"near-api-js": "^3.0.4"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}