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