2020-09-29 18:22:20 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/e2e-core-tests",
|
2021-09-08 14:01:02 +00:00
|
|
|
"version": "0.1.6",
|
2020-09-29 18:22:20 +00:00
|
|
|
"description": "End-To-End (E2E) tests for WooCommerce",
|
2021-11-04 11:58:11 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/e2e-core-tests/README.md",
|
2020-09-29 18:22:20 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0+",
|
2021-12-29 13:12:21 +00:00
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
2020-09-29 18:22:20 +00:00
|
|
|
"dependencies": {
|
2022-01-03 17:18:21 +00:00
|
|
|
"@jest/globals": "^26.6.2",
|
2021-11-16 22:51:24 +00:00
|
|
|
"@wordpress/deprecated": "^3.2.3",
|
2021-04-04 08:39:57 +00:00
|
|
|
"config": "3.3.3",
|
2022-01-03 17:18:21 +00:00
|
|
|
"faker": "^5.5.3"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
2022-01-03 17:11:53 +00:00
|
|
|
"devDependencies": {
|
2022-01-03 17:18:21 +00:00
|
|
|
"@babel/cli": "7.12.8",
|
|
|
|
"@babel/core": "7.12.9",
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.7",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
|
|
"@babel/polyfill": "7.12.1",
|
|
|
|
"@babel/preset-env": "7.12.7",
|
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
|
|
|
"@wordpress/babel-preset-default": "3.0.2",
|
|
|
|
"@wordpress/browserslist-config": "^4.1.0"
|
2022-01-03 17:11:53 +00:00
|
|
|
},
|
2020-12-03 15:55:02 +00:00
|
|
|
"peerDependencies": {
|
2021-05-24 15:37:33 +00:00
|
|
|
"@woocommerce/api": "^0.2.0",
|
2021-09-08 14:01:02 +00:00
|
|
|
"@woocommerce/e2e-utils": "^0.1.6"
|
2020-09-29 18:22:20 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-11-23 11:57:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-02 19:09:46 +00:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2022-01-03 17:18:21 +00:00
|
|
|
"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"
|
2020-09-29 18:22:20 +00:00
|
|
|
}
|
|
|
|
}
|