forked from cap-js/change-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 971 Bytes
/
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
{
"name": "@cap-js/change-tracking",
"version": "1.0.5",
"description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
"repository": "cap-js/change-tracking",
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"main": "cds-plugin.js",
"files": [
"lib",
"_i18n",
"index.cds",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"lint": "npx eslint .",
"test": "npx jest --silent"
},
"peerDependencies": {
"@sap/cds": "^7"
},
"devDependencies": {
"@cap-js/change-tracking": "file:.",
"@cap-js/sqlite": "^1",
"axios": "^1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^8",
"express": "^4",
"jest": "^29"
},
"cds": {
"requires": {
"change-tracking": {
"model": "@cap-js/change-tracking"
}
}
}
}