-
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) · 799 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 799 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": "@crewdle/web-sdk",
"version": "1.0.60",
"description": "The Web SDK to integrate the Crewdle Mist Computing Platform",
"main": "dist/sdk.js",
"types": "dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "github.com/Crewdle/web-sdk"
},
"keywords": [
"Crewdle",
"P2P",
"SDK",
"Mist"
],
"author": "Crewdle Technologies Inc.",
"license": "SEE LICENSE IN license.md",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@crewdle/mist-connector-indexed-db": "1.0.10",
"@crewdle/mist-connector-opfs": "1.0.14",
"@crewdle/mist-connector-webrtc-browser": "1.0.4",
"@crewdle/web-sdk-types": "^1.0.55",
"aws-amplify": "^6.6.4",
"firebase": "^10.14.0",
"uuid": "^10.0.0"
},
"files": [
"dist/"
]
}