forked from cap-js/openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 708 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 708 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
34
35
36
37
{
"name": "@cap-js/openapi",
"version": "1.0.7",
"description": "CAP tool for OpenAPI",
"repository": {
"type": "git",
"url": "git+https://github.com/cap-js/openapi.git"
},
"homepage": "https://cap.cloud.sap/",
"keywords": [
"CAP",
"CDS",
"OpenAPI",
"Node.js"
],
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
"files": [
"lib/",
"LICENSE"
],
"scripts": {
"test": "npx jest --silent",
"lint": "npx eslint ."
},
"dependencies": {
"pluralize": "^8.0.0"
},
"peerDependencies": {
"@sap/cds": ">=7.6"
},
"devDependencies": {
"jest": "^29",
"eslint": "^8.56.0"
}
}