-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 973 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 973 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@root3287/cap-segw",
"version": "1.1.0",
"description": "SAP CAP Plugin to generate SEGW classes",
"keywords": [
"CAP",
"CDS",
"ODataV2",
"ODataV4",
"SAP"
],
"license": "Apache-2.0",
"author": "Timothy Gibbons",
"repository": {
"url": "https://github.com/Root3287/cap-segw"
},
"type": "commonjs",
"main": "cds-plugin.js",
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"files": [
"dist",
"cds-plugin.js",
"src"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@cap-js/cds-types": "^0.16",
"@cap-js/sqlite": "^2.2",
"@sap/cds-dk": "^9.8",
"@types/jest": "^30.0",
"@types/node": "^25.5",
"better-sqlite3": "^12.8",
"jest": "^30.3.0",
"sqlite": "^5.1",
"ts-jest": "^29.4.9",
"ts-node": "^10.9",
"tsx": "^4.21",
"typescript": "^6.0.2"
},
"peerDependencies": {
"@sap/cds": "^9.8"
}
}