generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 666 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 666 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
{
"name": "macaddresstablerecorder",
"version": "1.0.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"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"connect": "^3.2.0",
"js-yaml": "^3.3.0",
"oas3-tools": "^2.2.3",
"onf-core-model-ap": "2.1.2",
"onf-core-model-ap-bs": "2.1.2",
"openbackhaul-oas3-tools": "2.3.1-alpha.3",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"pino-roll": "^2.2.0"
}
}