global-payments-woocommerce
Last commit date
assets
1 year ago
includes
1 year ago
languages
1 year ago
resources
1 year ago
src
1 year ago
vendor
1 year ago
LICENSE
2 years ago
README.md
2 years ago
composer.json
1 year ago
composer.lock
2 years ago
globalpayments-gateway-provider-for-woocommerce.php
1 year ago
metadata.xml
1 year ago
package-lock.json
1 year ago
package.json
1 year ago
readme.txt
1 year ago
webpack.config.js
1 year ago
package.json
23 lines
| 1 | { |
| 2 | "name": "globalpayments-woocommerce", |
| 3 | "title": "Global Payments WooCommerce", |
| 4 | "version": "1.0.0", |
| 5 | "author": "Global Payments", |
| 6 | "license": "MIT", |
| 7 | "engines": { |
| 8 | "npm": ">=8.15.0", |
| 9 | "node": ">=16.17.0" |
| 10 | }, |
| 11 | "devDependencies": { |
| 12 | "@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0", |
| 13 | "@wordpress/scripts": "^26.10.0", |
| 14 | "cross-env": "7.0.3" |
| 15 | }, |
| 16 | "scripts": { |
| 17 | "start": "wp-scripts start", |
| 18 | "build": "wp-scripts build", |
| 19 | "packages-update": "wp-scripts packages-update", |
| 20 | "check-engines": "wp-scripts check-engines" |
| 21 | } |
| 22 | } |
| 23 |