{
	"name": "@cap-js/change-tracking",
	"version": "1.2.1",
	"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": "Apache-2.0",
	"main": "cds-plugin.js",
	"files": [
		"lib",
		"_i18n",
		"index.cds",
		"CHANGELOG.md",
		"README.md"
	],
	"scripts": {
		"lint": "npx eslint .",
		"test": "npx jest --silent",
		"format": "npx -y prettier@3 . --write",
		"format:check": "npx -y prettier@3 --check ."
	},
	"peerDependencies": {
		"@sap/cds": ">=8.5"
	},
	"engines": {
		"node": ">=20.0.0"
	},
	"devDependencies": {
		"@cap-js/attachments": "^2",
		"@cap-js/cds-test": "*",
		"@cap-js/change-tracking": "file:.",
		"@cap-js/sqlite": "^1 || ^2",
		"express": "^4"
	},
	"cds": {
		"requires": {
			"change-tracking": {
				"model": "@cap-js/change-tracking",
				"considerLocalizedValues": false
			}
		}
	},
	"jest": {
		"testTimeout": 10000
	},
	"workspaces": [
		"tests/*"
	]
}
