33 lines
890 B
JSON
33 lines
890 B
JSON
{
|
|
"name": "@woocommerce/e2e-utils",
|
|
"version": "0.1.5",
|
|
"description": "End-To-End (E2E) test utils for WooCommerce",
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/tests/e2e-utils/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
},
|
|
"license": "GPL-3.0+",
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"dependencies": {
|
|
"@wordpress/deprecated": "^2.10.0",
|
|
"@wordpress/e2e-test-utils": "^4.6.0",
|
|
"config": "3.3.3",
|
|
"faker": "^5.1.0",
|
|
"fishery": "^1.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@woocommerce/api": "^0.2.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|