2021-12-28 10:39:15 +00:00
|
|
|
{
|
|
|
|
|
"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": {
|
2022-02-16 14:25:33 +00:00
|
|
|
"@supabase/supabase-js": "^1.30.2",
|
2022-02-02 18:55:10 +00:00
|
|
|
"median": "^0.0.2",
|
2022-01-04 08:28:47 +00:00
|
|
|
"node-stdev": "^1.0.1",
|
2022-03-24 12:54:39 +00:00
|
|
|
"puppeteer": "^13.5.1",
|
2022-01-04 08:28:47 +00:00
|
|
|
"sanitize-filename": "^1.6.3",
|
2021-12-28 10:39:15 +00:00
|
|
|
"tracelib": "^1.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|