| 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 |
|