-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 797 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 797 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
{
"name": "woocommerce-pagarme-pix-payment",
"version": "2.1.5",
"description": "Receba pagamentos via PIX no WooCommerce com a Pagar-me de forma automática sem precisar de comprovantes de pagamento.",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"engines": {
"node": "16"
},
"repository": "https://github.com/marcosgomesneto/woocommerce-pagarme-pix-payment.git",
"bugs": {
"url": "https://github.com/marcosgomesneto/woocommerce-pagarme-pix-payment/issues"
},
"author": "Marcos Gomes Neto <marcosgomesneto@gmail.com>",
"license": "MIT",
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0",
"@wordpress/scripts": "^26.18.0"
},
"dependencies": {
"@wordpress/icons": "^9.41.0"
}
}