-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.06 KB
/
package.json
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
{
"name": "cds-entra-id",
"version": "1.0.5",
"description": "Microsoft Entra ID Authorization extension for SAP Cloud Application Programming Model",
"keywords": [
"sap",
"cap",
"cds",
"entra id",
"authorization"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vobu/cds-entra-id.git"
},
"bugs": {
"url": "https://github.com/vobu/cds-entra-id/issues"
},
"homepage": "https://github.com/vobu/cds-entra-id?tab=readme-ov-file#cds-entra-id",
"license": "Apache-2.0",
"author": "Volker Buzek <[email protected]>",
"main": "index.js",
"files": [
"index.js",
"lib",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"prepare": "husky",
"release": "commit-and-tag-version",
"test": "vitest"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"commit-and-tag-version": "^12.2.0",
"husky": "^9.0.7",
"vitest": "^1.2.2"
},
"peerDependencies": {
"@sap/cds": "^7"
}
}