PluginProbe
PostNL for WooCommerce / 4.0.0
PostNL for WooCommerce v4.0.0
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / package.json

package.json in PostNL for WooCommerce 4.0.0, at package.json

30 lines 915 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "@postnl/woocommerce",
3 "private": true,
4 "version": "4.1.0",
5 "description": "Welcome to the WooCommerce PostNL repository on GitHub. Here you can browse the source, look at open issues and keep track of development.",
6 "scripts": {
7 "postinstall": "cp -f node_modules/@postnl/delivery-options/dist/postnl.js assets/js",
8 "postcss": "node_modules/postcss-cli/bin/postcss assets/css --replace"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/postnl/woocommerce.git"
13 },
14 "author": "",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/postnl/woocommerce/issues"
18 },
19 "homepage": "https://github.com/postnl/woocommerce#readme",
20 "dependencies": {
21 "@myparcel/delivery-options": "^3.3.8"
22 },
23 "devDependencies": {
24 "@myparcel/eslint-config": "^3.0.0",
25 "autoprefixer": "^10.0.2",
26 "husky": "^4.3.0",
27 "postcss-cli": "^8.2.0"
28 }
29 }
30