-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 862 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 862 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
{
"name": "sofizpay-cib-woocommerce",
"version": "1.0.0",
"description": "CIB payments for WooCommerce - Block checkout support",
"main": "index.js",
"scripts": {
"build": "wp-scripts build assets/js/qr-pay-gateway-blocks.js --output-path=assets/js/",
"start": "wp-scripts start assets/js/qr-pay-gateway-blocks.js --output-path=assets/js/",
"dev": "wp-scripts start"
},
"keywords": [
"woocommerce",
"payment",
"gateway",
"qr",
"blocks"
],
"author": "EURL sofizpay",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/scripts": "^26.0.0"
},
"dependencies": {
"@wordpress/element": "^5.0.0",
"@wordpress/i18n": "^4.0.0",
"@wordpress/html-entities": "^3.0.0",
"@wordpress/data": "^9.0.0"
}
}