forked from gs-gs/staruml-cefact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 876 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
{
"name": "gs-gs.staruml-cefact",
"title": "OpenAPI3.0 Generator",
"description": "StarUML Extension for generating OpenAPI 3.0 Specs from the UML Diagrams. \nImplementation Rules are according to https://edi3.org/uml-profile/ \nExtension Source Code: https://github.com/gs-gs/staruml-cefact \nExtension version: 0.7.1-rc5",
"version": "0.7.1-rc5",
"engines": {
"staruml": ">=3.0.0"
},
"scripts": {
"test": "mocha",
"app": "node -p \"require('./main.js').runStarUML()\""
},
"author": {
"name": "GoSource Pty Ltd",
"email": "[email protected]",
"url": "https://gosource.com.au"
},
"license": "MIT",
"dependencies": {
"async-foreach": "^0.1.3",
"fs-extra": "^9.0.0",
"mocha": "^6.2.0",
"swagger-parser": "^8.0.0",
"got": "^11.8.0"
}
}