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
33 lines (33 loc) · 894 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 894 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
30
31
32
33
{
"name": "odata-openapi-xslt",
"version": "0.8.0",
"description": "OData to OpenAPI transformer",
"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": {
"@apidevtools/openapi-schemas": "^2.1.0",
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^2.1.1",
"c8": "^8.0.1",
"mocha": "^10.2.0"
},
"dependencies": {
"minimist": "^1.2.8"
},
"scripts": {
"test": "test.cmd && npm run validate",
"test-js": "c8 mocha",
"validate": "node lib/validate.js"
},
"author": "",
"license": "SEE LICENSE IN ../LICENSE.md"
}