-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 Bytes
/
package.json
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": "cosmos-event-feed-cosmos-js",
"version": "0.1.3",
"description": "A JS implementation of Event Feed package for Aurras System to source events from cosmos Based chains",
"main": "src/index.ts",
"author": "SHANITH K K",
"scripts": {
"start": "node bin",
"serve": "nps",
"test": "nps test",
"build": "nps build"
},
"devDependencies": {
"@types/swagger-schema-official": "^2.0.21",
"nodemon": "^2.0.6",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"tscpaths": "^0.0.9",
"tslib": "^2.0.3",
"tslint": "^6.1.3",
"typechain": "^8.2.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@types/dotenv": "^8.2.0",
"@types/node": "^20.4.8",
"dotenv": "^16.3.1",
"openwhisk": "^3.21.3"
}
}