2020-04-20 11:33:17 +00:00
|
|
|
{
|
2022-04-29 22:04:41 +00:00
|
|
|
"name": "@woocommerce/e2e-utils",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "End-To-End (E2E) test utils for WooCommerce",
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/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": {
|
|
|
|
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
|
|
|
|
"@wordpress/deprecated": "^3.2.3",
|
2022-06-28 19:22:46 +00:00
|
|
|
"@wordpress/e2e-test-utils": "wp-5.8",
|
2022-04-29 22:04:41 +00:00
|
|
|
"config": "3.3.3",
|
|
|
|
"fishery": "^1.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "7.12.8",
|
|
|
|
"@babel/core": "7.12.9",
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.4",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
|
|
"@babel/polyfill": "7.12.1",
|
|
|
|
"@babel/preset-env": "7.12.7",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
|
|
"@typescript-eslint/parser": "^5.3.0",
|
2022-05-31 22:42:00 +00:00
|
|
|
"@woocommerce/internal-e2e-builds": "workspace:*",
|
2022-04-29 22:04:41 +00:00
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
|
|
|
"@wordpress/babel-preset-default": "3.0.2",
|
|
|
|
"@wordpress/browserslist-config": "^4.1.0",
|
|
|
|
"eslint": "^8.1.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@woocommerce/api": "^0.2.0"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf ./build ./build-module",
|
|
|
|
"compile": "e2e-builds",
|
|
|
|
"build": "pnpm run clean && pnpm run compile",
|
2022-05-05 03:02:50 +00:00
|
|
|
"prepare": "pnpm run build",
|
|
|
|
"lint": "eslint src --ext=js,ts,tsx",
|
|
|
|
"lint:fix": "eslint src --ext=js,ts,tsx --fix"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.(t|j)s?(x)": [
|
|
|
|
"pnpm lint:fix"
|
|
|
|
]
|
2022-04-29 22:04:41 +00:00
|
|
|
}
|
2020-09-10 19:10:48 +00:00
|
|
|
}
|