-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "@malijs/metadata-field-auth",
"version": "0.3.0",
"description": "Generic Mali metadata field authorization middleware",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malijs/metadata-field-auth.git"
},
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/malijs/metadata-field-auth/issues"
},
"homepage": "https://github.com/malijs/metadata-field-auth",
"keywords": [
"mali",
"grpc",
"service",
"server",
"microservice",
"logging"
],
"scripts": {
"test": "ava -v",
"docs": "jsdoc2md index.js --heading-depth 3 --template readme.hbs > README.md"
},
"dependencies": {
"@malijs/metadata-auth": "^0.3.0",
"grpc-create-error": "^2.0.0"
},
"devDependencies": {
"@grpc/grpc-js": "^1.5.5",
"@grpc/proto-loader": "^0.6.9",
"ava": "^4.0.1",
"grpc-caller": "^0.14.0",
"jsdoc-to-markdown": "^7.1.1",
"mali": "^0.46.1",
"standard": "^16.0.4"
},
"publishConfig": {
"access": "public"
}
}