Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 30, 2023
1 parent ec52626 commit 0a63169
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "restrict-content-pro",
"version": "4.4.1",
"description": "Restrict Content Pro driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-extensions/restrict-content-pro"
},
"keywords": [
"wordpress",
"wp",
"pay",
"restrict",
"content",
"pro",
"extension",
"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-extensions/restrict-content-pro/issues"
},
"homepage": "http://www.wp-pay.org/extensions/restrict-content-pro/",
"devDependencies": {
"@wordpress/env": "^8.6.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "wp-env start && npm run setup && npm run login",
"setup": "npm-run-all setup-*",
"setup-mollie": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY",
"setup-buckaroo-website-key": "wp-env run cli wp config set BUCKAROO_WEBSITE_KEY $BUCKAROO_WEBSITE_KEY",
"setup-buckaroo-secret-key": "wp-env run cli wp config set BUCKAROO_SECRET_KEY $BUCKAROO_SECRET_KEY",
"login": "wp-env run cli wp user one-time-login admin"
}
"name": "restrict-content-pro",
"version": "4.4.1",
"description": "Restrict Content Pro driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-extensions/restrict-content-pro"
},
"keywords": [
"wordpress",
"wp",
"pay",
"restrict",
"content",
"pro",
"extension",
"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-extensions/restrict-content-pro/issues"
},
"homepage": "http://www.wp-pay.org/extensions/restrict-content-pro/",
"devDependencies": {
"@wordpress/env": "^8.13.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "wp-env start && npm run setup && npm run login",
"setup": "npm-run-all setup-*",
"setup-mollie": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY",
"setup-buckaroo-website-key": "wp-env run cli wp config set BUCKAROO_WEBSITE_KEY $BUCKAROO_WEBSITE_KEY",
"setup-buckaroo-secret-key": "wp-env run cli wp config set BUCKAROO_SECRET_KEY $BUCKAROO_SECRET_KEY",
"login": "wp-env run cli wp user one-time-login admin"
}
}

0 comments on commit 0a63169

Please sign in to comment.