-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
22 lines (22 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "btcpay-greenfield-for-woocommerce",
"version": "0.1.0",
"author": "BTCPay Server Team",
"license": "MIT",
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@wordpress/scripts": "^28.6.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "6.0.3",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build && npm run i18n:build",
"i18n": "npm run i18n:build",
"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
"i18n:pot": "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/btcpay-greenfield-for-woocommerce.pot",
"i18n:json": "wp i18n make-json languages --no-purge",
"check-engines": "wp-scripts check-engines"
}
}