-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "injective-sdk-ts-example",
"version": "0.0.1",
"private": true,
"description": "An example repository based on TypeScript SDK on interacting with our chain.",
"author": "Bojan Angjelkoski <[email protected]>",
"repository": "https://github.com/InjectiveLabs/injective-sdk-ts-example",
"license": "Apache-2.0",
"keywords": [
"typescript"
],
"scripts": {},
"dependencies": {
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@injectivelabs/exceptions": "1.14.6-beta.9",
"@injectivelabs/networks": "1.14.6-beta.12",
"@injectivelabs/sdk-ts": "1.14.6-beta.49",
"@injectivelabs/ts-types": "1.14.6-beta.5",
"@injectivelabs/utils": "1.14.6-beta.10",
"dotenv": "^16.0.3",
"global": "^4.4.0",
"js-base64": "^3.7.2"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"jest": "^27.2.4",
"nodemon": "^2.0.13",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}