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

56 lines
1.4 KiB
JSON
Raw Normal View History

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