{ "name": "correosoficial", "version": "1.8.2", "author": "Correos EspaƱa", "license": "GPL-2.0-or-later", "main": "build/index.js", "scripts": { "build": "wp-scripts build && npm run i18n:build", "format": "wp-scripts format", "lint:css": "wp-scripts lint-style", "lint:js": "wp-scripts lint-js", "packages-update": "wp-scripts packages-update", "plugin-zip": "wp-scripts plugin-zip", "start": "wp-scripts start", "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 \"}' . languages/correosoficial.pot", "i18n:json": "$(which wp) i18n make-json languages --no-purge", "env": "wp-env" }, "dependencies": { "@googlemaps/react-wrapper": "^1.1.35", "@react-google-maps/api": "^2.19.3", "@wordpress/icons": "^9.26.0", "lodash": "^4.17.21", "woocommerce": "^2.4.0" }, "devDependencies": { "@woocommerce/api": "0.2.0", "@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0", "@woocommerce/eslint-plugin": "^2.2.0", "@woocommerce/woocommerce-rest-api": "1.0.1", "@wordpress/env": "^7.0.0", "@wordpress/prettier-config": "^2.18.0", "@wordpress/scripts": "^26.6.0", "prettier": "npm:wp-prettier@^2.6.2" } }