2023-12-12 09:33:34 +00:00
|
|
|
{
|
|
|
|
"name": "compare-perf",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A tool to compare performance accross tow branches in WooCommerce Monorepo.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce",
|
|
|
|
"license": "GPLv2",
|
|
|
|
"repository": "woocommerce/woocommerce",
|
|
|
|
"scripts": {
|
2023-12-14 13:27:42 +00:00
|
|
|
"compare": "node index.js",
|
|
|
|
"log": "node log-to-codevitals.js"
|
2023-12-12 09:33:34 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@wordpress/env": "^8.13.0",
|
|
|
|
"commander": "9.5.0",
|
|
|
|
"chalk": "^4.1.2",
|
|
|
|
"inquirer": "^7.1.0",
|
2024-02-29 17:30:24 +00:00
|
|
|
"simple-git": "^3.21.0"
|
2023-12-12 09:33:34 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.1",
|
2023-12-18 07:31:49 +00:00
|
|
|
"pnpm": "^8.12.1"
|
2023-12-12 09:33:34 +00:00
|
|
|
}
|
|
|
|
}
|