forked from decentralized-identity/veramo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "daf-cli",
"description": "DAF command line tool",
"version": "4.2.1",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
"daf": "bin/daf.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -b --watch"
},
"dependencies": {
"apollo-server": "^2.9.12",
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^4.2.0",
"daf-did-comm": "^4.2.0",
"daf-did-jwt": "^4.2.0",
"daf-ethr-did": "^4.2.0",
"daf-fs": "^4.2.0",
"daf-libsodium": "^4.2.0",
"daf-resolver": "^4.1.0",
"daf-resolver-universal": "^4.1.0",
"daf-selective-disclosure": "^4.2.1",
"daf-trust-graph": "^4.2.0",
"daf-url": "^4.2.0",
"daf-w3c": "^4.2.0",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
"inquirer": "^7.0.0",
"lodash.merge": "^4.6.2",
"qrcode-terminal": "^0.12.0",
"sqlite3": "^4.1.1",
"typeorm": "^0.2.24",
"ws": "^7.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/inquirer": "^6.5.0",
"@types/lodash.merge": "^4.6.6",
"@types/node-fetch": "^2.5.4",
"@types/ws": "^6.0.3",
"typescript": "^3.8.3"
},
"files": [
"bin/**/*",
"build/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"repository": "[email protected]:uport-project/daf.git",
"author": "Simonas Karuzas <[email protected]>",
"license": "Apache-2.0",
"keywords": [],
"gitHead": "b77c5c740ac96a2bb5fb2ca17348f0ffdedc5d9a"
}