generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 Bytes
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
{
"name": "notificationproxy",
"version": "1.1.0",
"description": "No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"test": "jest"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"connect": "^3.2.0",
"js-yaml": "^3.3.0",
"axios": "^1.5.1",
"http-errors": "2.0.0",
"eventsource": "^2.0.2",
"oas3-tools": "^2.2.3",
"onf-core-model-ap": "2.1.2-g",
"onf-core-model-ap-bs": "2.1.2-g",
"pino": "^8.17.1",
"pino-pretty": "^10.3.0",
"process": "^0.11.10",
"ws": "^8.14.2"
},
"devDependencies": {
"jest": "^29.7.0"
}
}