{ "name": "@woocommerce/e2e-core-tests", "version": "0.1.6", "description": "End-To-End (E2E) tests for WooCommerce", "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/e2e-core-tests/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": { "@jest/globals": "^26.4.2", "@wordpress/deprecated": "^3.2.3", "config": "3.3.3", "faker": "^5.1.0" }, "peerDependencies": { "@woocommerce/api": "^0.2.0", "@woocommerce/e2e-utils": "^0.1.6" }, "publishConfig": { "access": "public" }, "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "pnpm run build", "clean": "rm -rf ./build ./build-module", "compile": "node ./../bin/build.js", "build": "./bin/build.sh && pnpm run clean && pnpm run compile" } }