-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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/apikey",
"version": "0.2.0",
"description": "Api key authorization metadata middleware for Mali",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malijs/apikey.git"
},
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/malijs/apikey/issues"
},
"homepage": "https://github.com/malijs/apikey",
"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-field-auth": "^0.2.0"
},
"devDependencies": {
"ava": "^1.2.0",
"grpc": "^1.18.0",
"grpc-caller": "^0.11.0",
"grpc-create-error": "^1.0.0",
"jsdoc-to-markdown": "^4.0.1",
"mali": "^0.11.0",
"p-map": "^1.1.0",
"standard": "^12.0.0"
},
"publishConfig": {
"access": "public"
}
}