-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 950 Bytes
/
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
{
"name": "did-ops",
"version": "1.0.0",
"description": "did creation and verification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node index.js"
},
"keywords": [
"did"
],
"author": "lakshmikanth",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"did-jwt": "^4.4.0",
"did-resolver": "^2.0.1",
"dotenv": "^8.0.0",
"ethjs-provider-http": "^0.1.6",
"ethr-did": "^1.1.0",
"ethr-did-resolver": "^2.2.0",
"express": "^4.16.4",
"truffle-hdwallet-provider": "^1.0.17",
"uport-credentials": "^1.3.3",
"web3": "^2.0.0-alpha.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-cli": "^7.0.0-beta.3",
"nodemon": "^2.0.4"
}
}