{ "name": "@woocommerce/e2e-utils", "version": "0.1.1", "description": "End-To-End (E2E) test utils for WooCommerce", "homepage": "https://github.com/woocommerce/woocommerce/tree/master/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/e2e-test-utils": "^4.6.0", "config": "3.3.3", "faker": "^5.1.0", "fishery": "^1.0.1" }, "peerDependencies": { "@woocommerce/api": "^0.1.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" } }