From 6aba8597f3d3d9a30b26409fb66e003334599b94 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Fri, 3 May 2024 11:39:26 +0200 Subject: [PATCH] Update package.json --- package.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 8e00a43..c4c580f 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,12 @@ "name": "omnikassa-2", "version": "4.6.0", "description": "Rabo Smart Pay driver for the WordPress payment processing library.", - "repository": { - "type": "git", - "url": "https://github.com/wp-pay-gateways/omnikassa-2" + "author": { + "name": "Pronamic", + "email": "info@pronamic.nl", + "url": "http://www.pronamic.nl/" }, + "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "wp", @@ -14,10 +16,10 @@ "gateway", "pronamic" ], - "author": { - "name": "Pronamic", - "email": "info@pronamic.nl", - "url": "http://www.pronamic.nl/" + "homepage": "http://www.wp-pay.org/gateways/omnikassa-2/", + "repository": { + "type": "git", + "url": "https://github.com/wp-pay-gateways/omnikassa-2" }, "contributors": [ { @@ -26,20 +28,17 @@ "url": "http://www.remcotolsma.nl/" } ], - "license": "GPL-3.0", "bugs": { "url": "https://github.com/wp-pay-gateways/omnikassa-2/issues" }, - "homepage": "http://www.wp-pay.org/gateways/omnikassa-2/", "devDependencies": { "@wordpress/env": "^9.9.0", "@wordpress/prettier-config": "^3.14.0", - "eslint": "^9.1.1", - "eslint-plugin-json": "^3.1.0", + "@wordpress/scripts": "^27.8.0", "prettier": "npm:wp-prettier@^3.0.3" }, "prettier": "@wordpress/prettier-config", "scripts": { - "eslint": "eslint . --ext .json --ext .js" + "lint:pkg-json": "wp-scripts lint-pkg-json" } }