forked from diegovillacis10/js-cyberconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "@cyberlab/cyberconnect",
"version": "4.1.4",
"description": "The JavaScript library that allows user to control their decentralized identity(DIDs) and social graph data.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p ."
},
"keywords": [
"cyberconnect",
"cybertino",
"cybertinolab",
"cyberlab",
"cyberchat",
"connect"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cybertino/cyberconnect"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cybertino/cyberconnect/issues"
},
"homepage": "https://github.com/cybertino/cyberconnect#readme",
"dependencies": {
"@3id/connect": "^0.2.5",
"@ceramicnetwork/3id-did-resolver": "^1.4.6",
"@ceramicnetwork/blockchain-utils-linking": "^1.5.1-rc.1",
"@ceramicnetwork/http-client": "^1.4.2",
"@ceramicstudio/idx": "^0.12.2",
"@stablelib/sha256": "^1.0.1",
"3id-did-provider": "^1.1.1",
"key-did-resolver": "^1.4.0"
},
"devDependencies": {
"typescript": "^4.4.4"
}
}