2020-04-20 11:33:17 +00:00
|
|
|
{
|
2020-09-10 19:10:48 +00:00
|
|
|
"name": "@woocommerce/e2e-utils",
|
2021-03-29 17:58:54 +00:00
|
|
|
"version": "0.1.4",
|
2020-09-10 19:10:48 +00:00
|
|
|
"description": "End-To-End (E2E) test utils for WooCommerce",
|
2021-02-25 23:51:14 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/tests/e2e-utils/README.md",
|
2020-09-10 19:10:48 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"dependencies": {
|
2020-12-22 13:59:16 +00:00
|
|
|
"@wordpress/deprecated": "^2.10.0",
|
2020-10-28 17:21:02 +00:00
|
|
|
"@wordpress/e2e-test-utils": "^4.6.0",
|
2020-12-01 22:03:50 +00:00
|
|
|
"config": "3.3.3",
|
2020-09-21 20:14:26 +00:00
|
|
|
"faker": "^5.1.0",
|
2021-01-23 21:48:51 +00:00
|
|
|
"fishery": "^1.2.0"
|
2020-09-10 19:10:48 +00:00
|
|
|
},
|
2020-12-03 15:55:02 +00:00
|
|
|
"peerDependencies": {
|
2021-03-18 11:14:59 +00:00
|
|
|
"@woocommerce/api": "^0.1.2"
|
2020-12-03 15:55:02 +00:00
|
|
|
},
|
2020-09-10 19:10:48 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf ./build ./build-module",
|
|
|
|
"compile": "node ./../bin/build.js",
|
|
|
|
"build": "npm run clean && npm run compile",
|
|
|
|
"prepare": "npm run build"
|
2020-04-21 12:14:15 +00:00
|
|
|
}
|
2020-09-10 19:10:48 +00:00
|
|
|
}
|