forked from oasis-tcs/odata-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 964 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
27
28
29
{
"name": "odata-openapi-xslt",
"version": "0.4.1",
"description": "OData to OpenAPI transformator",
"homepage": "https://github.com/oasis-tcs/odata-openapi/tree/master/tools#transformjs-for-nodejs",
"bugs": "https://github.com/oasis-tcs/odata-csdl-schemas/issues",
"repository": {
"type": "git",
"url": "https://github.com/oasis-tcs/odata-openapi.git",
"directory": "tools"
},
"bin": {
"odata-openapi": "transform.js"
},
"devDependencies": {
"ajv-cli": "^3",
"@apidevtools/openapi-schemas": "*"
},
"dependencies": {
"minimist": "^1.2.5",
"xslt4node": "^0.3.2"
},
"scripts": {
"test": "test.cmd",
"validate": "ajv validate -s node_modules/@apidevtools/openapi-schemas/schemas/v3.0/schema.json -d tests/*.openapi3.json && ajv validate -s node_modules/@apidevtools/openapi-schemas/schemas/v2.0/schema.json -d tests/*.swagger.json"
},
"author": "",
"license": "SEE LICENSE IN ../LICENSE.md"
}