20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"name": "@woocommerce/e2e-utils-playwright",
|
|
"version": "0.1.0",
|
|
"description": "End-To-End (E2E) test Playwright utils for WooCommerce",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
},
|
|
"license": "GPL-3.0+",
|
|
"engines": {
|
|
"node": "^20.11.1",
|
|
"pnpm": "9.1.3"
|
|
},
|
|
"main": "src/index.js",
|
|
"module": "build-module/index.js",
|
|
"scripts": {
|
|
"changelog": "XDEBUG_MODE=off composer install --quiet && composer exec -- changelogger"
|
|
}
|
|
}
|