27 lines
731 B
JSON
27 lines
731 B
JSON
{
|
|
"name": "@woocommerce/dependency-extraction-webpack-plugin",
|
|
"version": "1.0.1",
|
|
"description": "WooCommerce Dependency Extraction Webpack Plugin",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce"
|
|
],
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/dependency-extraction-webpack-plugin/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
},
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@wordpress/dependency-extraction-webpack-plugin": "^2.8.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|