{
	"name": "karma-ui5",
	"description": "A Karma plugin for UI5",
	"version": "4.1.0",
	"author": "SAP SE (https://www.sap.com)",
	"license": "Apache-2.0",
	"homepage": "https://github.com/SAP/karma-ui5",
	"bugs": "https://github.com/SAP/karma-ui5/issues/",
	"keywords": [
		"ui5",
		"openui5",
		"sapui5",
		"karma-adapter",
		"karma-plugin"
	],
	"engines": {
		"node": "^20.11.0 || >=22.0.0",
		"npm": ">= 8"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/SAP/karma-ui5.git"
	},
	"type": "module",
	"main": "./lib/index.cjs",
	"exports": {
		".": "./lib/index.cjs",
		"./helper": "./helper.cjs"
	},
	"files": [
		"dist",
		"lib",
		"helper.cjs",
		"LICENSES/**",
		".reuse/**"
	],
	"scripts": {
		"lint": "eslint ./",
		"lint-fix": "eslint ./ --fix",
		"test": "npm run lint && npm run coverage && npm run integration",
		"unit": "ava",
		"unit-watch": "ava --watch",
		"coverage": "nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
		"integration": "ava --config ava-integration.config.js",
		"integration-internet-explorer": "ava --config ava-integration.config.js -- --browsers=IE",
		"integration-saucelabs": "ava --config ava-integration.config.js -- --useSauceLabs=true",
		"dev": "webpack --watch --mode=development",
		"prepare": "webpack",
		"preversion": "npm test",
		"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
		"prepublishOnly": "git push --follow-tags",
		"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
		"depcheck": "depcheck --ignores core-js,webpack-cli"
	},
	"nyc": {
		"reporter": [
			"lcov",
			"text",
			"text-summary"
		],
		"exclude": [
			"dist/**",
			"coverage/**",
			"test/**",
			".eslintrc.cjs",
			"*.config.js",
			"*.config.cjs"
		],
		"check-coverage": true,
		"statements": 50,
		"branches": 50,
		"functions": 40,
		"lines": 50,
		"watermarks": {
			"statements": [
				70,
				90
			],
			"branches": [
				70,
				90
			],
			"functions": [
				70,
				90
			],
			"lines": [
				70,
				90
			]
		},
		"cache": true,
		"all": true
	},
	"peerDependencies": {
		"karma": ">= 4.3.0"
	},
	"dependencies": {
		"@ui5/fs": "^4.0.1",
		"@ui5/project": "^4.0.3",
		"@ui5/server": "^4.0.5",
		"express": "^4.21.1",
		"http-proxy": "^1.18.1",
		"js-yaml": "^4.1.0"
	},
	"devDependencies": {
		"@babel/core": "^7.26.0",
		"@babel/preset-env": "^7.26.0",
		"@eslint/js": "^9.8.0",
		"@istanbuljs/esm-loader-hook": "^0.2.0",
		"@openui5/sap.ui.core": "^1.130.0",
		"ava": "^6.2.0",
		"babel-loader": "^9.2.1",
		"core-js": "^3.39.0",
		"depcheck": "^1.4.7",
		"eslint": "^9.14.0",
		"eslint-config-google": "^0.14.0",
		"eslint-plugin-jsdoc": "^50.4.3",
		"esmock": "^2.6.9",
		"execa": "^9.5.1",
		"fast-glob": "^3.3.2",
		"globals": "^15.11.0",
		"istanbul-lib-coverage": "^3.2.2",
		"karma": "^6.4.4",
		"karma-chrome-launcher": "^3.2.0",
		"karma-coverage": "^2.2.1",
		"karma-ie-launcher": "^1.0.0",
		"karma-qunit": "^4.2.1",
		"karma-sauce-launcher": "^4.3.6",
		"license-webpack-plugin": "^4.0.2",
		"nyc": "^17.1.0",
		"puppeteer": "^23.6.1",
		"qunit": "^2.22.0",
		"rimraf": "^6.0.1",
		"sinon": "^19.0.2",
		"webpack": "^5.96.1",
		"webpack-cli": "^5.1.4"
	}
}
