-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "telescope",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/telescope"
},
"license": "MIT",
"publishConfig": {
"access": "restricted"
},
"scripts": {
"build": "pnpm -r run build",
"clean": "pnpm -r run clean",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"test": "pnpm -r run test",
"deps": "pnpm up -r -i -L"
},
"devDependencies": {
"@cosmjs/amino": "^0.32.0",
"@cosmjs/proto-signing": "^0.32.0",
"@cosmjs/stargate": "^0.32.0",
"@cosmjs/tendermint-rpc": "^0.32.0",
"@interchainjs/cosmos": "1.17.1",
"@interchainjs/encoding": "1.17.1",
"@interchainjs/math": "1.17.1",
"@interchainjs/pubkey": "1.17.1",
"@interchainjs/types": "1.17.1",
"@interchainjs/utils": "1.17.1",
"@keplr-wallet/unit": "^0.12.53",
"@types/jest": "^29.5.0",
"@types/node": "^25.3.2",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"esprima": "4.0.1",
"jest": "^29.5.0",
"lerna": "^8.2.4",
"makage": "^0.1.12",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@jest/transform": "29.5.0"
},
"pnpm": {
"overrides": {
"@chain-registry/client": "2.0.162"
},
"patchedDependencies": {
"@chain-registry/client@2.0.162": "patches/@chain-registry__client@2.0.162.patch"
}
}
}