File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
boilerplates/telescope/packages/__MODULENAME__ Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 25
25
"prepare" : " npm run build" ,
26
26
"codegen" : " ts-node scripts/codegen.ts" ,
27
27
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
28
+ "build:dev" : " npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy" ,
28
29
"lint" : " eslint . --fix" ,
29
30
"test" : " jest" ,
30
31
"test:watch" : " jest --watch"
31
32
},
32
33
"devDependencies" : {
33
- "@cosmology/telescope" : " ^1.0.1 "
34
+ "@cosmology/telescope" : " ^1.10.0 "
34
35
},
35
36
"dependencies" : {
36
37
"@cosmjs/encoding" : " 0.32.3" ,
37
38
"@cosmjs/math" : " 0.32.3" ,
38
39
"@cosmjs/amino" : " 0.32.3" ,
39
40
"@cosmjs/proto-signing" : " 0.32.3" ,
40
- "@cosmjs/stargate" : " 0.32.3"
41
+ "@cosmjs/stargate" : " 0.32.3" ,
42
+ "@cosmology/lcd" : " ^0.14.0"
41
43
},
42
44
"keywords" : []
43
45
}
You can’t perform that action at this time.
0 commit comments