2020-04-20 11:33:17 +00:00
|
|
|
{
|
2020-09-10 19:10:48 +00:00
|
|
|
"name": "@woocommerce/e2e-utils",
|
2022-02-18 17:14:06 +00:00
|
|
|
"version": "0.2.0",
|
2020-09-10 19:10:48 +00:00
|
|
|
"description": "End-To-End (E2E) test utils for WooCommerce",
|
2021-11-04 11:58:11 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/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": {
|
2021-11-08 17:38:55 +00:00
|
|
|
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
|
2021-11-16 22:51:24 +00:00
|
|
|
"@wordpress/deprecated": "^3.2.3",
|
2021-08-19 17:29:05 +00:00
|
|
|
"@wordpress/e2e-test-utils": "^4.16.1",
|
2022-01-05 20:44:31 +00:00
|
|
|
"config": "3.3.3",
|
2021-01-23 21:48:51 +00:00
|
|
|
"fishery": "^1.2.0"
|
2020-09-10 19:10:48 +00:00
|
|
|
},
|
2021-11-05 12:59:47 +00:00
|
|
|
"devDependencies": {
|
2021-12-16 15:48:52 +00:00
|
|
|
"@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",
|
2021-11-05 12:59:47 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
|
|
"@typescript-eslint/parser": "^5.3.0",
|
2021-12-16 15:48:52 +00:00
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
|
|
|
"@wordpress/babel-preset-default": "3.0.2",
|
|
|
|
"@wordpress/browserslist-config": "^4.1.0",
|
2021-11-05 12:59:47 +00:00
|
|
|
"eslint": "^8.1.0"
|
|
|
|
},
|
2020-12-03 15:55:02 +00:00
|
|
|
"peerDependencies": {
|
2022-01-05 20:44:31 +00:00
|
|
|
"@woocommerce/api": "^0.2.0"
|
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",
|
2021-10-28 19:32:31 +00:00
|
|
|
"build": "pnpm run clean && pnpm run compile",
|
2021-11-05 12:59:47 +00:00
|
|
|
"prepare": "pnpm run build",
|
|
|
|
"lint": "eslint src"
|
2022-04-06 08:58:17 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.(t|j)s?(x)": [
|
|
|
|
"eslint --fix"
|
|
|
|
]
|
2020-04-21 12:14:15 +00:00
|
|
|
}
|
2020-09-10 19:10:48 +00:00
|
|
|
}
|