-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 915 Bytes
/
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
27
28
29
{
"name": "@postnl/woocommerce",
"private": true,
"version": "4.1.0",
"description": "Welcome to the WooCommerce PostNL repository on GitHub. Here you can browse the source, look at open issues and keep track of development.",
"scripts": {
"postinstall": "cp -f node_modules/@postnl/delivery-options/dist/postnl.js assets/js",
"postcss": "node_modules/postcss-cli/bin/postcss assets/css --replace"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postnl/woocommerce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/postnl/woocommerce/issues"
},
"homepage": "https://github.com/postnl/woocommerce#readme",
"dependencies": {
"@myparcel/delivery-options": "^3.3.8"
},
"devDependencies": {
"@myparcel/eslint-config": "^3.0.0",
"autoprefixer": "^10.0.2",
"husky": "^4.3.0",
"postcss-cli": "^8.2.0"
}
}