-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 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
33
34
{
"name": "daf-example-id-hub",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"build:watch": "tsc -b --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/lodash.merge": "^4.6.6",
"apollo-server": "^2.11.0",
"daf-core": "^4.0.0-beta.32",
"daf-did-jwt": "^4.0.0-beta.32",
"daf-resolver": "^3.0.1",
"daf-selective-disclosure": "^4.0.0-beta.32",
"daf-w3c": "^4.0.0-beta.32",
"graphql": "^14.6.0",
"lodash.merge": "^4.6.2",
"pg": "^8.0.0",
"sqlite3": "^4.1.1",
"typeorm": "^0.2.24"
},
"devDependencies": {
"ts-node": "^8.7.0",
"typescript": "^3.8.3"
}
}