2020-09-29 18:22:20 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/e2e-core-tests",
|
2021-09-08 14:01:02 +00:00
|
|
|
"version": "0.1.6",
|
2020-09-29 18:22:20 +00:00
|
|
|
"description": "End-To-End (E2E) tests for WooCommerce",
|
2021-11-04 11:58:11 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/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",
|
2021-11-16 22:51:24 +00:00
|
|
|
"@wordpress/deprecated": "^3.2.3",
|
2021-04-04 08:39:57 +00:00
|
|
|
"config": "3.3.3",
|
2021-04-06 09:26:58 +00:00
|
|
|
"faker": "^5.1.0"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
2020-12-03 15:55:02 +00:00
|
|
|
"peerDependencies": {
|
2021-05-24 15:37:33 +00:00
|
|
|
"@woocommerce/api": "^0.2.0",
|
2021-09-08 14:01:02 +00:00
|
|
|
"@woocommerce/e2e-utils": "^0.1.6"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-11-23 11:57:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-02 19:09:46 +00:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2021-11-23 11:57:56 +00:00
|
|
|
"build": "./bin/build.sh",
|
|
|
|
"prepare": "pnpm run build"
|
2020-09-29 18:22:20 +00:00
|
|
|
}
|
|
|
|
}
|