woocommerce/packages/js/dependency-extraction-webpa.../package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@woocommerce/dependency-extraction-webpack-plugin",
"version": "2.3.0",
"description": "WooCommerce Dependency Extraction Webpack Plugin",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"woocommerce"
],
"engines": {
"node": "^16.14.1",
"pnpm": "^8.6.7"
},
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/dependency-extraction-webpack-plugin/README.md",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"bugs": {
"url": "https://github.com/woocommerce/woocommerce/issues"
},
"main": "src/index.js",
"dependencies": {
2023-12-09 15:12:20 +00:00
"@wordpress/dependency-extraction-webpack-plugin": "^3.7.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
2023-12-09 15:12:20 +00:00
"@babel/core": "^7.23.5",
2022-04-26 23:16:35 +00:00
"@woocommerce/eslint-plugin": "workspace:*",
2023-12-09 15:12:20 +00:00
"eslint": "^8.55.0",
"jest": "~27.5.1",
"jest-cli": "~27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "~29.1.1",
2023-12-09 15:12:20 +00:00
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^3.3.12",
"wireit": "^0.14.1"
},
"scripts": {
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
2022-04-26 22:47:07 +00:00
},
"lint-staged": {
"*.(t|j)s?(x)": [
"eslint --fix"
]
}
}