forked from node-red/node-red-node-swagger
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "@digital-tvilling/node-red-openapi-generator",
"version": "1.1.1",
"description": "A set of tools for generating OpenAPI3/Swagger documentation based on the HTTP nodes deployed in a flow. An updated version of the Node-RED Swagger Documentation Generator to support OpenAPI3.",
"license": "Apache",
"repository": {
"type": "git",
"url": "https://github.com/digital-tvilling/node-red-openapi-generator.git"
},
"keywords": [
"node-red",
"swagger",
"open-api"
],
"node-red": {
"version": ">=3.0.0",
"nodes": {
"swagger": "swagger/swagger.js"
}
},
"conflicts": {
"node-red-node-swagger": "<0.3.0"
},
"contributors": [
"Nick O'Leary <[email protected]>",
"Cody Walker <[email protected]>",
"Jon Silver <[email protected]>",
"Filip Åsblom <[email protected]>"
],
"dependencies": {
"i18next": "^23.11.5",
"swagger-ui": "^5.17.14",
"swagger-ui-dist": "^5.17.14"
},
"devDependencies": {
"eslint": "^ 9.5.0"
},
"engines": {
"node": ">=18.0.0"
}
}