-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.38 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
{
"author": "Encointer authors & contributors",
"bugs": "https://github.com/encointer/encointer-js/issues",
"description": "Encointer Worker API",
"engines": {
"node": ">=18.14"
},
"gitHead": "1fa54c11ec73869718b9de521a143969c4cacc02",
"homepage": "https://github.com/encointer/encointer-js/tree/master/packages/worker-api#readme",
"license": "GPL-3.0-or-later",
"name": "@encointer/worker-api",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/worker-api",
"type": "git",
"url": "https://github.com/encointer/encointer-js.git"
},
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "0.18.0",
"main": "index.js",
"dependencies": {
"@encointer/node-api": "^0.18.0",
"@encointer/types": "^0.18.0",
"@encointer/util": "^0.18.0",
"@peculiar/webcrypto": "^1.4.6",
"@polkadot/api": "^11.2.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-global": "^12.6.2",
"@polkadot/x-ws": "^12.6.2",
"bs58": "^4.0.1",
"eventemitter3": "^5.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"websocket": "^1.0.34"
},
"peerDependencies": {
"@polkadot/x-randomvalues": "^12.3.2"
}
}