{
	"name": "less-openui5",
	"version": "0.12.0",
	"description": "Build OpenUI5 themes with Less.js",
	"author": {
		"name": "SAP SE",
		"email": "openui5@sap.com",
		"url": "https://www.sap.com"
	},
	"license": "Apache-2.0",
	"keywords": [
		"openui5",
		"sapui5",
		"ui5",
		"less",
		"less.js",
		"theme"
	],
	"main": "lib/index.js",
	"engines": {
		"node": "^20.11.0 || >=22.0.0",
		"npm": ">= 8"
	},
	"scripts": {
		"lint": "eslint ./",
		"unit": "mocha test/*.js test/lib/**",
		"unit-debug": "mocha --inspect --inspect-brk test/*.js test/lib/**",
		"coverage": "nyc npm run unit",
		"test": "npm run lint && npm run coverage && npm run knip",
		"preversion": "npm test",
		"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md 0.7.0.. && git add CHANGELOG.md",
		"prepublishOnly": "git push --follow-tags",
		"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
		"knip": "knip --config knip.config.js"
	},
	"files": [
		"CONTRIBUTING.md",
		"lib/**",
		"LICENSES/**",
		".reuse/**"
	],
	"nyc": {
		"reporter": [
			"lcov",
			"text",
			"text-summary"
		],
		"exclude": [
			"coverage/**",
			"test/**",
			".eslintrc.js",
			"lib/thirdparty/**",
			"knip.config.js"
		],
		"check-coverage": true,
		"statements": 95,
		"branches": 85,
		"functions": 100,
		"lines": 95,
		"watermarks": {
			"statements": [
				70,
				90
			],
			"branches": [
				70,
				90
			],
			"functions": [
				70,
				90
			],
			"lines": [
				70,
				90
			]
		},
		"cache": true,
		"all": true
	},
	"repository": {
		"type": "git",
		"url": "git@github.com:SAP/less-openui5.git"
	},
	"dependencies": {
		"@adobe/css-tools": "^4.5.0",
		"mime": "^1.6.0"
	},
	"devDependencies": {
		"@eslint/js": "^9.15.0",
		"eslint": "^9.39.5",
		"eslint-config-google": "^0.14.0",
		"eslint-plugin-jsdoc": "61.5.0",
		"globals": "^17.7.0",
		"graceful-fs": "^4.2.11",
		"knip": "^5.88.1",
		"mocha": "^11.7.6",
		"nyc": "^18.0.0",
		"sinon": "^16.1.3"
	}
}
