Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 30, 2023
1 parent 1c3300a commit 44ca5d5
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "mollie",
"version": "4.8.1",
"description": "Mollie driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/mollie"
},
"keywords": [
"wordpress",
"wp",
"pay",
"mollie",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay-gateways/mollie/issues"
},
"homepage": "http://www.wp-pay.org/gateways/mollie/",
"devDependencies": {
"@wordpress/env": "^5.7.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "wp-env start --xdebug && npm run setup && npm run login",
"setup": "npm-run-all setup-*",
"setup-mollie-api-key": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY",
"login": "wp-env run cli wp user one-time-login admin"
}
"name": "mollie",
"version": "4.8.1",
"description": "Mollie driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/mollie"
},
"keywords": [
"wordpress",
"wp",
"pay",
"mollie",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay-gateways/mollie/issues"
},
"homepage": "http://www.wp-pay.org/gateways/mollie/",
"devDependencies": {
"@wordpress/env": "^5.7.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "wp-env start --xdebug && npm run setup && npm run login",
"setup": "npm-run-all setup-*",
"setup-mollie-api-key": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY",
"login": "wp-env run cli wp user one-time-login admin"
}
}

0 comments on commit 44ca5d5

Please sign in to comment.