23
23
"copy" : " copyfiles -f ../../LICENSE README.md package.json dist" ,
24
24
"clean" : " rimraf dist/**" ,
25
25
"prepare" : " npm run build" ,
26
- "download-protos" : " cia protod --config ./.protod.config.json " ,
26
+ "download-protos" : " ts-node scripts/download-protos.ts " ,
27
27
"codegen" : " ts-node scripts/codegen.ts" ,
28
28
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
29
29
"build:dev" : " npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy" ,
33
33
},
34
34
"devDependencies" : {
35
35
"@types/node" : " ^22.14.1" ,
36
+ "copyfiles" : " ^2.4.1" ,
37
+ "rimraf" : " ^6.0.1" ,
36
38
"ts-node" : " ^10.9.2" ,
37
39
"typescript" : " ^5.8.3"
38
40
},
39
41
"dependencies" : {
40
- "@cosmjs/encoding" : " 0.32.3" ,
41
- "@cosmjs/math" : " 0.32.3" ,
42
- "@cosmjs/amino" : " 0.32.3" ,
43
- "@cosmjs/proto-signing" : " 0.32.3" ,
44
- "@cosmjs/stargate" : " 0.32.3" ,
42
+ "@interchainjs/cosmos" : " 1.11.5" ,
43
+ "@interchainjs/cosmos-types" : " 1.11.5" ,
44
+ "@interchainjs/encoding" : " 1.11.5" ,
45
+ "@interchainjs/pubkey" : " 1.11.5" ,
46
+ "@interchainjs/types" : " 1.11.5" ,
47
+ "@interchainjs/utils" : " 1.11.5" ,
45
48
"@cosmology/lcd" : " ^0.14.0" ,
46
- "create-interchain-app " : " ^2.4.7 "
49
+ "@cosmology/telescope " : " ^1.12.8 "
47
50
},
48
51
"keywords" : []
49
52
}
0 commit comments