-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.5 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
61
62
63
64
{
"name": "@oraichain/lfg-protos",
"version": "0.1.4",
"description": "SDK for ADL",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "npx tsc",
"build:clean": "yarn clean && yarn build",
"test": "jest",
"test:watch": "jest --watch",
"clean": "rm -rf dist",
"prepublishOnly": "yarn build:clean",
"prepack": "yarn clean"
},
"keywords": [
"oraichain",
"lfg",
"blockchain",
"sdk",
"typescript"
],
"author": {
"name": "Oraichain",
"url": "https://oraichain.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oraichain/lfg-protos.git"
},
"bugs": {
"url": "https://github.com/oraichain/lfg-protos/issues"
},
"homepage": "https://github.com/oraichain/lfg-protos#readme",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/buf": "1.19.0-1",
"@cosmjs/amino": "^0.32.1",
"@cosmjs/proto-signing": "^0.32.1",
"@cosmjs/stargate": "^0.32.1",
"@cosmjs/tendermint-rpc": "^0.32.1",
"@milahu/patch-package": "6.4.14",
"@osmonauts/lcd": "^0.6.0",
"bech32": "^2.0.0",
"dotenv-flow": "^3.2.0",
"long": "^5.2.1",
"protobufjs": "7.5.3"
},
"devDependencies": {
"@osmonauts/telescope": "0.80.0",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/gogoproto": "^0.0.10",
"@types/node": "^24.5.2",
"minimatch": "10.0.3",
"typescript": "^4.7.4"
},
"peerDependencies": {},
"publishConfig": {
"access": "public"
}
}