2024-05-23 09:05:31 +02:00
|
|
|
{
|
|
|
|
"name": "lhci",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"start": "lhci server --config=./lighthouserc.json"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-01 00:51:05 +02:00
|
|
|
"@lhci/cli": "0.14.0",
|
2024-07-01 02:38:44 +02:00
|
|
|
"@lhci/server": "0.14.0",
|
2024-05-23 09:34:11 +02:00
|
|
|
"mysql2": "^3.9.7",
|
2024-05-23 09:05:31 +02:00
|
|
|
"pg": "^8.2.1",
|
|
|
|
"pg-hstore": "^2.3.3",
|
|
|
|
"sqlite3": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|