-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@veramo/did-provider-pkh",
"description": "Veramo plugin that can enable creation and control of did:pkh identifiers.",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "pnpm exec veramo dev extract-api"
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/signing-key": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@veramo/core": "^4.3.0",
"@veramo/did-manager": "^4.3.0",
"debug": "^4.3.3",
"did-resolver": "^4.0.1"
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.9.4"
},
"files": [
"build/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Diego Chagastelles <dchagastelles@gmail.com>",
"contributors": [],
"license": "Apache-2.0",
"keywords": []
}