woocommerce/tests/e2e-utils/package.json

16 lines
466 B
JSON
Raw Normal View History

2020-04-20 11:33:17 +00:00
{
"name": "@woocommerce/e2e-utils",
"version": "1.0.0",
"description": "End-To-End (E2E) test utils for WooCommerce",
"homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/e2e-utils/README.md",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"license": "GPL-3.0+",
"main": "index.js",
"dependencies": {
2020-04-21 12:10:54 +00:00
"@wordpress/e2e-test-utils": "4.3.1"
2020-04-20 11:33:17 +00:00
}
2020-04-21 12:14:15 +00:00
}