-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 996 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 996 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
{
"name": "@concrnt/client",
"version": "0.0.25",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "totegamma",
"license": "MIT",
"devDependencies": {
"@types/elliptic": "^6.4.18",
"@types/node": "^22.10.10",
"@types/uuid": "^10.0.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@cosmjs/amino": "^0.33.0",
"@cosmjs/crypto": "^0.33.0",
"@cosmjs/encoding": "^0.33.0",
"elliptic": "^6.6.1",
"ethers": "^6.13.5",
"uuid": "^11.0.5"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}