PromucFlow_constructor/app/client/perf/package.json
Satish Gandham c5abd3dd6f
feat: UI Performance Infra setup v1 (#9835)
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-12-28 16:09:15 +05:30

16 lines
340 B
JSON

{
"name": "ui-performance-infra",
"version": "1.0.0",
"description": "Tools to automate chrome performance profiling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"puppeteer": "^12.0.1",
"tracelib": "^1.0.1"
}
}