23 lines
937 B
JSON
23 lines
937 B
JSON
{
|
|
"name": "btcpay-greenfield-for-woocommerce",
|
|
"version": "0.1.0",
|
|
"author": "BTCPay Server Team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@woocommerce/dependency-extraction-webpack-plugin": "^4.0.0",
|
|
"@wordpress/scripts": "^31.7.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"cross-env": "^7.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"
|
|
}
|
|
}
|