-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.01 KB
/
package.json
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
{
"name": "wdevs-tax-switch",
"version": "1.2.1",
"description": "Let customers toggle between inclusive and exclusive VAT pricing in your WooCommerce store.",
"author": "Wijnberg Developments",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"preinstall": "powershell -Command \"nvm use $(Get-Content .nvmrc)",
"prestart": "powershell -Command \"nvm use $(Get-Content .nvmrc)",
"i18n": "RUN IN PHP WP CLI: wp i18n make-json languages --no-purge --use-map=languages/build.json",
"build": "wp-scripts build --webpack-src-dir=block/src",
"format": "wp-scripts format --webpack-src-dir=block/src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update --webpack-src-dir=block/src",
"plugin-zip": "wp-scripts plugin-zip --webpack-src-dir=block/src",
"start": "wp-scripts start --webpack-src-dir=block/src"
},
"devDependencies": {
"@wordpress/scripts": "^27.9.0"
},
"dependencies": {
"@wordpress/data": "^10.11.0"
}
}