-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 896 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
34
35
{
"name": "catsbot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"db": "npx prisma studio"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "0.32.0",
"@cosmjs/encoding": "^0.32.1",
"@cosmjs/proto-signing": "0.32.0",
"@cosmjs/stargate": "0.32.0",
"@prisma/client": "5.7.1",
"@types/express": "^4.17.21",
"big.js": "^6.2.1",
"chain-registry": "latest",
"cosmjs-types": "^0.9.0",
"cosmos-indexer": "https://github.com/seleniumforest/cosmos-indexer",
"express": "^4.18.1",
"global": "^4.4.0",
"lodash": "^4.17.21",
"osmojs": "16.5.1",
"read-last-lines": "^1.8.0",
"telegraf": "^4.8.6",
"timespan-ts": "^1.0.3",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/lodash": "^4.14.202",
"prisma": "^5.7.1",
"typescript": "^5.3.3"
}
}