-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 907 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "wc-recurring",
"version": "1.0.0",
"description": "",
"main": "browser/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-cli --config webpack.config.js --mode development --watch",
"build": "webpack-cli --config webpack.config.js --mode production",
"i18n-pot": "wp i18n make-pot . lang/wc-invoice-pdf.pot --domain=wc-invoice-pdf --location --exclude=dist,import,node_modules,vendor",
"i18n-update": "wp i18n update-po lang/wc-invoice-pdf.pot lang/wc-invoice-pdf-de_DE.po && wp i18n make-mo lang/wc-invoice-pdf-de_DE.po lang/wc-invoice-pdf-de_DE.mo && npx po2json lang/wc-invoice-pdf-de_DE.po lang/wc-invoice-pdf-de_DE-wc-recurring.json -f jed1.x"
},
"browserslist": "> 0.25%, not dead",
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {}
}