-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
"version": "1.16.0",
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
"author": "Pronamic",
"license": "GPL-2.0-or-later",
"keywords": [
"contact-form-7",
"mollie",
"payment",
"payment-form",
"pronamic",
"pronamic-pay"
],
"homepage": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7.git"
},
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/issues"
},
"devDependencies": {
"@wordpress/env": "^10.37.0",
"@wordpress/scripts": "^31.2.0"
},
"scripts": {
"lint:pkg-json": "wp-scripts lint-pkg-json"
}
}