-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 896 Bytes
/
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
{
"name": "@davebaol/unp-preferences-interface",
"version": "0.3.0",
"description": "Microservice interface for the preferences of the Unified Notification Platform by Almaviva",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/davebaol/unp-preferences-interface.git"
},
"keywords": [
"unp",
"notify",
"rest",
"microservice",
"interface",
"preferences"
],
"author": "Davide Sessi",
"license": "MIT",
"bugs": {
"url": "https://github.com/davebaol/unp-preferences-interface/issues"
},
"homepage": "https://github.com/davebaol/unp-preferences-interface#readme",
"dependencies": {
"@hapi/boom": "^7.4.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"merge": "^1.2.1"
},
"publishConfig": {
"access": "public"
}
}