-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 868 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
{
"name": "did-dev",
"version": "1.0.0",
"description": "Decentralized Identifier",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node --experimental-modules --es-module-specifier-resolution=node ./index.js ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyoungbinkim/DID-dev.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyoungbinkim/DID-dev/issues"
},
"homepage": "https://github.com/kyoungbinkim/DID-dev#readme",
"dependencies": {
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"peerjs": "^1.4.7",
"truffle": "^5.7.1",
"bip-schnorr": "^0.6.6",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"lodash": "^4.17.21"
}
}