diff --git a/package.json b/package.json index b813029..16c724b 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,16 @@ { + "name": "rrze-legal", + "version": "2.7.3", + "description": "Legal Mandatory Information & GDPR.", + "main": "webpack.config.js", + "author": "RRZE Webteam (https://www.rrze.fau.de/)", + "license": "GPL-3.0-or-later", "engines": { - "node": ">=21.5.0", - "npm": ">=10.2.4" + "node": ">=22.10.0", + "npm": ">=10.9.0" }, "devDependencies": { - "@wordpress/components": "latest", - "@wordpress/data": "latest", - "@wordpress/env": "latest", - "@wordpress/icons": "latest", - "@wordpress/plugins": "latest", - "@wordpress/scripts": "latest", - "ts-loader": "latest", - "typescript": "latest" + "@wordpress/scripts": "latest" }, "browserslist": [ "extends @wordpress/browserslist-config" @@ -22,13 +21,7 @@ "format": "wp-scripts format src", "lint:js": "wp-scripts lint-js src", "check-engines": "wp-scripts check-engines", - "check-licenses": "wp-scripts check-licenses --prod --gpl3", + "check-licenses": "wp-scripts check-licenses --prod --gpl2", "packages-update": "wp-scripts packages-update" - }, - "name": "rrze-legal", - "version": "2.7.3", - "description": "Generator für rechtliche Pflichtangaben auf einem Webauftritt.", - "main": "webpack.config.js", - "author": "RRZE Webteam (https://www.rrze.fau.de/)", - "license": "GPL-3.0-or-later" + } }