| 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 |
|