PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.0.5
Pay with Vipps and MobilePay for WooCommerce v6.0.5
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
woo-vipps / recurring / package.json

package.json in Pay with Vipps and MobilePay for WooCommerce 6.0.5, at recurring/package.json

33 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "vipps-mobilepay-recurring-payments",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "build": "wp-scripts build --webpack-src-dir=src entrypoints/main/main.js entrypoints/checkout/checkout.js --output-path=assets/build",
8 "check-engines": "wp-scripts check-engines",
9 "check-licenses": "wp-scripts check-licenses",
10 "format": "wp-scripts format",
11 "lint:css": "wp-scripts lint-style",
12 "lint:js": "wp-scripts lint-js",
13 "lint:md:docs": "wp-scripts lint-md-docs",
14 "lint:pkg-json": "wp-scripts lint-pkg-json",
15 "packages-update": "wp-scripts packages-update",
16 "plugin-zip": "wp-scripts plugin-zip",
17 "start": "wp-scripts start --webpack-src-dir=src --output-path=assets/build",
18 "test:e2e": "wp-scripts test-e2e",
19 "test:unit": "wp-scripts test-unit-js"
20 },
21 "keywords": [],
22 "author": "",
23 "license": "ISC",
24 "devDependencies": {
25 "@wordpress/api-fetch": "^6.49.0",
26 "@wordpress/blocks": "^12.30.0",
27 "@wordpress/data": "^9.23.0",
28 "@wordpress/element": "^5.30.0",
29 "@wordpress/i18n": "^4.53.0",
30 "@wordpress/scripts": "^31.6.0"
31 }
32 }
33