2020-09-29 18:22:20 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/e2e-core-tests",
|
2021-03-25 18:28:21 +00:00
|
|
|
"version": "0.1.3",
|
2020-09-29 18:22:20 +00:00
|
|
|
"description": "End-To-End (E2E) tests for WooCommerce",
|
2021-02-25 23:51:14 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/tests/e2e/core-tests/README.md",
|
2020-09-29 18:22:20 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"@jest/globals": "^26.4.2",
|
2020-12-01 22:03:50 +00:00
|
|
|
"config": "3.3.3"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
2020-12-03 15:55:02 +00:00
|
|
|
"peerDependencies": {
|
2021-03-18 11:14:59 +00:00
|
|
|
"@woocommerce/api": "^0.1.2",
|
2021-03-29 17:58:54 +00:00
|
|
|
"@woocommerce/e2e-utils": "^0.1.4"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|