-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
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
{
"name": "ping-pub.github.io",
"version": "1.0.0",
"description": "Static Resource for Cosmos Ecosystem. such as IBC Denom Traces.",
"main": "main.ts",
"type": "module",
"scripts": {
"test": "vitest --config ./vitest.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ping-pub/ping-pub.github.io.git"
},
"keywords": [
"IBC",
"Denom",
"Trace"
],
"author": "Ping",
"license": "MIT",
"bugs": {
"url": "https://github.com/ping-pub/ping-pub.github.io/issues"
},
"homepage": "https://github.com/ping-pub/ping-pub.github.io#readme",
"dependencies": {
"@ping-pub/chain-registry-client": "^0.0.25",
"cross-fetch": "^4.0.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"vitest": "^0.34.4"
}
}