-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cosmolava-client",
"version": "0.3.3",
"main": "./src/index.js",
"author": "[email protected]",
"description": "lava http client for cosmjs",
"typings": "types/index.d.ts",
"homepage": "https://github.com/MELLIFERA-Labs/cosmolava-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MELLIFERA-Labs/cosmolava-client"
},
"bugs": {
"url": "https://github.com/MELLIFERA-Labs/cosmolava-clientissues"
},
"license": "MIT",
"scripts": {
"test": "jest --inject-globals false",
"type": "tsc",
"allcheck": "npm run typecheck && npm run lint",
"lint:fix": "eslint --fix .",
"lint": "eslint ."
},
"keywords": [
"cosmos",
"lavanet",
"lavanetwork",
"cosmjs",
"Web3",
"APIs"
],
"dependencies": {
"@cosmjs/json-rpc": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@lavanet/lava-sdk": "^0.16.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"typescript": "^5.1.6"
}
}