-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.18 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.18 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
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
{
"name": "@truenetworkio/sdk",
"version": "0.0.21",
"description": "True Network SDK is the abstracted interface for interacting with True Network nodes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"url": "git+https://github.com/truenetworkio/sdk.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm i && npx tsc",
"test": "jest"
},
"keywords": ["True Network", "Attestation", "Polkadot", "Substrate", "Blockchain", "Reputation", "Identity", "Decentralized", "Web3"],
"author": "Tushar Ojha",
"license": "ISC",
"dependencies": {
"@polkadot/api": "^14.3.1",
"blakejs": "^1.2.1",
"crypto": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.5.4"
},
"bugs": {
"url": "https://github.com/truenetworkio/sdk/issues"
},
"homepage": "https://github.com/truenetworkio/sdk#readme",
"directories": {
"test": "tests"
},
"resolutions": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/api-base": "^14.3.1",
"@polkadot/api-contract": "^14.3.1",
"@polkadot/api-derive": "^14.3.1",
"@polkadot/hw-ledger": "^13.2.3",
"@polkadot/keyring": "^13.2.3",
"@polkadot/networks": "^13.2.3",
"@polkadot/phishing": "^0.24.3",
"@polkadot/rpc-augment": "^14.3.1",
"@polkadot/rpc-core": "^14.3.1",
"@polkadot/rpc-provider": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/types-augment": "^14.3.1",
"@polkadot/types-codec": "^14.3.1",
"@polkadot/types-create": "^14.3.1",
"@polkadot/types-known": "^14.3.1",
"@polkadot/types-support": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/wasm-crypto": "^7.4.1",
"@polkadot/x-bigint": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
"@polkadot/x-global": "^13.2.3",
"@polkadot/x-randomvalues": "^13.2.3",
"@polkadot/x-textdecoder": "^13.2.3",
"@polkadot/x-textencoder": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"typescript": "^5.5.4"
}
}