2020-10-14 20:50:57 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/dependency-extraction-webpack-plugin",
|
2022-07-08 02:04:49 +00:00
|
|
|
"version": "2.2.0",
|
2020-10-14 20:50:57 +00:00
|
|
|
"description": "WooCommerce Dependency Extraction Webpack Plugin",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2022-09-26 22:30:52 +00:00
|
|
|
"engines": {
|
2023-04-25 06:49:30 +00:00
|
|
|
"node": "^16.14.1",
|
2023-06-29 04:51:29 +00:00
|
|
|
"pnpm": "^8.6.5"
|
2022-09-26 22:30:52 +00:00
|
|
|
},
|
2022-04-07 08:50:40 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/dependency-extraction-webpack-plugin/README.md",
|
2020-10-14 20:50:57 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2020-10-14 20:50:57 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2020-10-14 20:50:57 +00:00
|
|
|
},
|
2020-11-12 09:31:18 +00:00
|
|
|
"main": "src/index.js",
|
2020-10-14 20:50:57 +00:00
|
|
|
"dependencies": {
|
2022-03-18 10:59:05 +00:00
|
|
|
"@wordpress/dependency-extraction-webpack-plugin": "^3.3.0"
|
2020-10-14 20:50:57 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2022-03-15 03:04:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.17.5",
|
2022-04-26 23:16:35 +00:00
|
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
2023-02-02 10:25:04 +00:00
|
|
|
"eslint": "^8.32.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"jest-cli": "^27.5.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"ts-jest": "^27.1.3",
|
2023-03-24 01:02:20 +00:00
|
|
|
"typescript": "^4.9.5",
|
2022-03-18 10:59:05 +00:00
|
|
|
"webpack": "^5.70.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"webpack-cli": "^3.3.12"
|
2022-04-06 08:58:17 +00:00
|
|
|
},
|
2022-04-26 22:47:07 +00:00
|
|
|
"scripts": {
|
2022-07-07 02:53:59 +00:00
|
|
|
"prepare": "composer install",
|
2022-06-09 21:40:07 +00:00
|
|
|
"changelog": "composer exec -- changelogger",
|
2022-08-05 00:03:17 +00:00
|
|
|
"lint": "eslint src",
|
2022-06-09 21:40:07 +00:00
|
|
|
"lint:fix": "eslint src --fix"
|
2022-04-26 22:47:07 +00:00
|
|
|
},
|
2022-04-06 08:58:17 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.(t|j)s?(x)": [
|
|
|
|
"eslint --fix"
|
|
|
|
]
|
2020-10-14 20:50:57 +00:00
|
|
|
}
|
|
|
|
}
|