-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "oanda-openapi",
"version": "0.0.3",
"description": "OANDA REST API V20 openapi definition",
"repository": "[email protected]:geriremenyi/oanda-openapi.git",
"author": "Gergely Reményi <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"validate:original": "swagger-cli validate src/openapi.yaml",
"validate:bundled": "swagger-cli validate out/definition/openapi.yaml",
"bundle": "swagger-cli bundle src/openapi.yaml -o out/definition/openapi.yaml -t yaml",
"generate:csharp-netcore": "openapi-generator generate -i out/definition/openapi.yaml -g csharp-netcore -o out/code/csharp-netcore -c config/csharp-netcore.json"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@openapitools/openapi-generator-cli": "^1.0.15-4.3.1"
},
"srcHash": "6c787d2a6ad6f92f6978bc2b6d0bfce0"
}