-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 905 Bytes
/
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
{
"name": "@airchains/air",
"version": "1.0.0",
"description": "Airchains JS Package",
"main": "./src/cosmos/index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kritarth1107/air.js.git"
},
"keywords": [
"air.js",
"airchains",
"blockchain",
"web3",
"cosmos",
"solana"
],
"author": "Kritarth Agrawal",
"license": "ISC",
"bugs": {
"url": "https://github.com/kritarth1107/airchains-js/issues"
},
"homepage": "https://github.com/kritarth1107/airchains-js#readme",
"dependencies": {
"ansi-regex": "^5.0.1",
"bech32": "^1.1.3",
"bip32": "^2.0.5",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^4.0.2",
"dotenv": "^16.4.1",
"google-protobuf": "^3.14.0",
"lodash": "^4.17.21",
"node-fetch": "^3.1.1",
"protobufjs": "^6.10.2"
}
}