forked from network-international/ngenius-woocommerce-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.25 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.25 KB
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
30
31
32
33
34
{
"name": "ngenius",
"title": "WooCommerce NGenius Gateway",
"version": "1.3.4",
"description": "",
"main": "index.js",
"engines": {
"node": ">=16.13.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@wordpress/scripts": "^26.2.0",
"cross-env": "6.0.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^4.3.0",
"gulp-minify": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.6.0",
"webpack-cli": "^5.1.1",
"wp-scripts": "^0.0.1-security"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build && npm run finalise",
"i18n": "npm run i18n:build",
"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
"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",
"i18n:json": "$(which wp) i18n make-json languages --no-purge",
"check-engines": "wp-scripts check-engines",
"finalise": ""
}
}