woocommerce/tests/e2e/utils/package.json

17 lines
511 B
JSON
Raw Normal View History

2020-04-20 11:33:17 +00:00
{
"name": "@woocommerce/e2e-utils",
2020-07-10 22:12:21 +00:00
"version": "0.1.0",
2020-04-20 11:33:17 +00:00
"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+",
2020-07-10 22:12:21 +00:00
"main": "build/index.js",
"module": "build-module/index.js",
2020-04-20 11:33:17 +00:00
"dependencies": {
2020-07-10 22:12:21 +00:00
"@wordpress/e2e-test-utils": "4.6.0"
2020-04-20 11:33:17 +00:00
}
2020-04-21 12:14:15 +00:00
}