29 lines
804 B
JSON
29 lines
804 B
JSON
{
|
|
"name": "@woocommerce/e2e-utils",
|
|
"version": "0.1.0",
|
|
"description": "End-To-End (E2E) test utils for WooCommerce",
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/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": {
|
|
"@woocommerce/api": "file:../api",
|
|
"@wordpress/e2e-test-utils": "4.6.0",
|
|
"faker": "^5.1.0",
|
|
"fishery": "^1.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./build ./build-module",
|
|
"compile": "node ./../bin/build.js",
|
|
"build": "npm run clean && npm run compile",
|
|
"prepare": "npm run build"
|
|
}
|
|
}
|