2021-07-13 19:38:05 +00:00
|
|
|
{
|
2021-07-14 20:38:57 +00:00
|
|
|
"name": "@woocommerce/admin-e2e-tests",
|
2021-10-07 05:05:40 +00:00
|
|
|
"version": "0.1.2",
|
2021-07-14 20:38:57 +00:00
|
|
|
"author": "Automattic",
|
|
|
|
"description": "E2E tests for the new WooCommerce interface.",
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/admin-e2e-tests/README.md",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"woocommerce",
|
|
|
|
"e2e"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"/build/",
|
|
|
|
"!*.ts.map",
|
|
|
|
"!*.tsbuildinfo"
|
|
|
|
],
|
|
|
|
"sideEffects": false,
|
|
|
|
"dependencies": {
|
|
|
|
"@jest/globals": "^26.4.2",
|
|
|
|
"@types/jest": "26.0.23",
|
|
|
|
"config": "3.3.6"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-02-02 12:55:10 +00:00
|
|
|
"@woocommerce/e2e-environment": "0.2.3",
|
|
|
|
"@woocommerce/e2e-utils": "0.1.6",
|
2021-07-14 20:38:57 +00:00
|
|
|
"puppeteer": "^2.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/expect-puppeteer": "4.4.6",
|
|
|
|
"@types/puppeteer": "5.4.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "4.22.1",
|
2022-03-04 04:01:16 +00:00
|
|
|
"@woocommerce/api": "0.2.0",
|
2021-07-23 15:36:58 +00:00
|
|
|
"jest-mock-extended": "1.0.18",
|
2021-08-10 10:11:11 +00:00
|
|
|
"rimraf": "3.0.2",
|
2021-07-14 20:38:57 +00:00
|
|
|
"typescript": "4.2.4"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc --build",
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
|
|
|
"prepack": "pnpm run clean && pnpm run build"
|
2021-07-14 20:38:57 +00:00
|
|
|
}
|
2021-07-13 19:38:05 +00:00
|
|
|
}
|