-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 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
43
{
"name": "@cennznet/api",
"version": "2.1.1-alpha.4",
"description": "CENNZnet's javascript api",
"keywords": [
"CENNZnet"
],
"author": "Centrality Developers <support@centrality.ai>",
"homepage": "https://github.com/cennznet/api.js/tree/master/packages/api",
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
},
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cennznet/api.js.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"doc": "npx compodoc --tsconfig ../../tsconfig.json --hideGenerator --theme readthedocs --includes compodoc --output ../../docs/api"
},
"dependencies": {
"@cennznet/types": "^2.1.1-alpha.4",
"@depay/web3-blockchains": "^4.3.0",
"@depay/web3-mock": "^11.7.0",
"@ethersproject/keccak256": "^5.5.0",
"@ethersproject/signing-key": "^5.5.0",
"@polkadot/api": "^7.7.1",
"@polkadot/extension-dapp": "^0.36.1",
"@polkadot/rpc-core": "^7.7.1",
"@polkadot/rpc-provider": "^7.7.1",
"@polkadot/types": "^7.7.1",
"@polkadot/x-rxjs": "^6.11.2-6",
"eventemitter3": "^4.0.0",
"ethers": "^5.6.4"
},
"resolutions": {
"rxjs": "7.2.0"
}
}