generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
48
{
"name": "microwavedeviceinventory",
"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",
"test": "jest"
},
"babel": {
"presets": ["@babel/preset-env"],
"plugins": ["babel-plugin-rewire"]
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"connect": "^3.7.0",
"console-stamp": "3.1.2",
"eventsource": "^2.0.2",
"http-errors": "2.0.0",
"js-yaml": "^4.1.0",
"onf-core-model-ap": "2.1.2",
"onf-core-model-ap-bs": "2.1.2",
"openbackhaul-oas3-tools": "2.3.1-alpha.3",
"qs": "^6.11.2",
"request": "^2.88.2",
"shuffle-array": "^1.0.1",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"pino-roll": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"babel-jest": "^29.7.0",
"babel-plugin-rewire": "^1.2.0",
"jest": "^29.7.0"
}
}