PluginProbe
HyperPay Payments / trunk
HyperPay Payments vtrunk
6.6.0 trunk 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.5 4.0.0 4.0.2 All 34 releases
hyperpay-gateways / package.json

package.json in HyperPay Payments trunk, at package.json

27 lines 991 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "hyperpay-gateway",
3 "title": "Hyperpay Payments",
4 "version": "1.0.5",
5 "author": "Ahmad E'mar",
6 "license": "GPL-3.0+",
7 "keywords": [],
8 "devDependencies": {
9 "cross-env": "6.0.3"
10 },
11 "scripts": {
12 "start": "wp-scripts start",
13 "build": "wp-scripts build",
14 "i18n": "npm run i18n:build",
15 "i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
16 "i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/woocommerce-gateway-dummy.pot",
17 "i18n:json": "$(which wp) i18n make-json languages --no-purge",
18 "check-engines": "wp-scripts check-engines"
19 },
20 "dependencies": {
21 "@woocommerce/dependency-extraction-webpack-plugin": "^4.0.0",
22 "@wordpress/scripts": "^31.1.0",
23 "axios": "^1.6.2",
24 "react-helmet": "^6.1.0"
25 }
26 }
27