-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 KB
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
{
"name": "@shibaone/elderjs",
"version": "1.2.13",
"description": "JS lib to enable frontend for Rollapps connected to Elder Ecosystem",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src --format cjs,esm --dts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xElder/elderjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xElder/elderjs/issues"
},
"homepage": "https://github.com/0xElder/elderjs#readme",
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@cosmjs/amino": "^0.33.0",
"@cosmjs/crypto": "^0.33.0",
"@cosmjs/encoding": "^0.33.0",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@keplr-wallet/types": "^0.12.190",
"@noble/hashes": "^1.7.1",
"bech32": "^2.0.0",
"ethers": "^6.13.5"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"tsup": "^8.4.0",
"typescript-eslint": "^8.17.0",
"typescript": "^5.7.2"
}
}