20 lines
529 B
JSON
20 lines
529 B
JSON
|
{
|
||
|
"name": "@woocommerce/e2e-core-tests",
|
||
|
"version": "0.1.0",
|
||
|
"description": "End-To-End (E2E) tests for WooCommerce",
|
||
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/e2e/core-tests/README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
||
|
},
|
||
|
"license": "GPL-3.0+",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"@jest/globals": "^26.4.2",
|
||
|
"@woocommerce/e2e-utils": "file:../utils"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
}
|
||
|
}
|