-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "@spherity/ethr-revocation-registry-veramo-plugin",
"version": "2.1.1",
"description": "A plugin for the Veramo agent enabling it to resolve EthrStatusRegistry VC revocation information",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/spherity/ethr-revocation-registry-plugin.git"
},
"keywords": [
"veramo",
"verifiable",
"credentials",
"ethereum",
"status",
"registry",
"eip-5539"
],
"author": "Philipp Bolte <[email protected]> (https://bolte.id)",
"contributors": [
"Dennis von der Bey <[email protected]> (https://vonderbey.eu)",
"Lauritz Leifermann <[email protected]> (https://spherity.com)"
],
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/spherity/ethr-revocation-registry-plugin/issues"
},
"homepage": "https://github.com/spherity/ethr-revocation-registry-plugin#readme",
"devDependencies": {
"@types/jest": "^29.0.2",
"@types/jest-when": "^3.5.2",
"jest-when": "^3.5.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@spherity/ethr-revocation-registry": "^1.1.2",
"@spherity/ethr-revocation-registry-controller": "^1.3.3",
"@veramo/core": "^4.0.0",
"credential-status": "^2.0.5",
"ethers": "^6.7.1"
}
}