-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
40
41
42
43
44
45
{
"name": "@malijs/metadata-auth",
"version": "0.3.0",
"description": "Mali metadata authorization middleware",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malijs/metadata-auth.git"
},
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/malijs/metadata-auth/issues"
},
"homepage": "https://github.com/malijs/metadata-auth",
"keywords": [
"mali",
"grpc",
"service",
"server",
"microservice"
],
"scripts": {
"test": "ava -v",
"docs": "jsdoc2md index.js --heading-depth 3 --template readme.hbs > README.md"
},
"dependencies": {
"grpc-create-error": "^2.0.0"
},
"devDependencies": {
"@grpc/grpc-js": "^1.2.5",
"@grpc/proto-loader": "^0.6.0",
"ava": "^3.15.0",
"grpc-caller": "^0.14.0",
"jsdoc-to-markdown": "^7.0.0",
"mali": "^0.43.0",
"standard": "^16.0.0"
},
"publishConfig": {
"access": "public"
}
}