generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
132 lines (132 loc) · 4.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@cheqd/sdk",
"version": "5.1.2",
"description": "A TypeScript SDK built with CosmJS to interact with the cheqd network ledger",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
".": {
"types": "./build/types/index.d.ts",
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"default": "./build/esm/index.js"
},
"./*": {
"types": "./build/types/*.d.ts",
"import": "./build/esm/*.js",
"require": "./build/cjs/*.js",
"default": "./build/esm/*.js"
}
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf esm/node_modules && rm -rf cjs/node_modules && rm -f package-lock.json",
"build": "rm -rf build && npm run build:esm && npm run build:cjs && npm run build:types",
"build:esm": "cd esm && tsc -p tsconfig.json && cp package.json ../build/esm/package.json",
"build:cjs": "cd cjs && tsc -p tsconfig.json && cp package.json ../build/cjs/package.json",
"build:types": "cd esm && tsc -p tsconfig.types.json",
"tidy": "node tidy-dependencies.js && npm i --save && npm run format",
"test": "npm run test:esm && npm run test:cjs",
"test:esm": "cd esm && npm test",
"test:cjs": "cd cjs && npm test",
"format": "prettier --write '**/*.{js,ts,cjs,mjs,json}'",
"prepare": "husky"
},
"workspaces": [
"esm",
"cjs"
],
"repository": "https://github.com/cheqd/sdk.git",
"keywords": [
"cheqd",
"sdk",
"ssi",
"did",
"vc",
"resources"
],
"bugs": {
"url": "https://github.com/cheqd/sdk/issues"
},
"homepage": "https://github.com/cheqd/sdk#readme",
"files": [
"build",
"LICENSE",
"package.json",
"preinstall.js",
"README.md"
],
"dependencies": {
"@cheqd/ts-proto": "^4.0.1",
"@cheqd/ts-proto-cjs": "npm:@cheqd/ts-proto@~2.4.1",
"@cosmjs/amino": "^0.33.0",
"@cosmjs/amino-cjs": "npm:@cosmjs/amino@~0.30.1",
"@cosmjs/crypto": "^0.33.0",
"@cosmjs/crypto-cjs": "npm:@cosmjs/crypto@~0.30.1",
"@cosmjs/encoding": "^0.33.0",
"@cosmjs/encoding-cjs": "npm:@cosmjs/encoding@~0.30.1",
"@cosmjs/math": "^0.33.0",
"@cosmjs/math-cjs": "npm:@cosmjs/math@~0.30.1",
"@cosmjs/proto-signing": "^0.33.0",
"@cosmjs/proto-signing-cjs": "npm:@cosmjs/proto-signing@~0.30.1",
"@cosmjs/stargate": "^0.33.0",
"@cosmjs/stargate-cjs": "npm:@cosmjs/stargate@~0.30.1",
"@cosmjs/tendermint-rpc": "^0.33.0",
"@cosmjs/tendermint-rpc-cjs": "npm:@cosmjs/tendermint-rpc@~0.30.1",
"@cosmjs/utils": "^0.33.0",
"@cosmjs/utils-cjs": "npm:@cosmjs/utils@~0.30.1",
"@stablelib/ed25519": "^2.0.2",
"@stablelib/ed25519-cjs": "npm:@stablelib/ed25519@^1.0.3",
"@types/secp256k1": "^4.0.6",
"@types/secp256k1-cjs": "npm:@types/secp256k1@^4.0.6",
"cosmjs-types": "^0.9.0",
"cosmjs-types-cjs": "npm:cosmjs-types@^0.7.2",
"did-jwt": "^8.0.8",
"did-jwt-cjs": "npm:did-jwt@^8.0.8",
"did-resolver": "^4.1.0",
"did-resolver-cjs": "npm:did-resolver@^4.1.0",
"exponential-backoff": "^3.1.2",
"exponential-backoff-cjs": "npm:exponential-backoff@^3.1.2",
"file-type": "^20.4.0",
"file-type-cjs": "npm:file-type@^16.5.4",
"long-cjs": "npm:long@^4.0.0",
"multiformats": "^13.3.2",
"multiformats-cjs": "npm:multiformats@^9.9.0",
"secp256k1": "^5.0.1",
"secp256k1-cjs": "npm:secp256k1@^5.0.1",
"uint8arrays": "^5.1.0",
"uint8arrays-cjs": "npm:uint8arrays@^3.1.1",
"uuid": "^11.1.0",
"uuid-cjs": "npm:uuid@~10.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/jest": "^29.5.14",
"@types/long-cjs": "npm:@types/long@^4.0.2",
"@types/node": "^20.17.19",
"@types/node-cjs": "npm:@types/node@^18.19.47",
"@types/uuid": "^10.0.0",
"@types/uuid-cjs": "npm:@types/uuid@^10.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.5.1",
"semantic-release": "^24.2.3",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=20.0.0"
}
}