sandbox/container/lighthouse-ci-server/package.json
renovate[bot] ef9a520988 CI(deps): Update dependency @lhci/server to v0.14.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-01 01:54:11 +00:00

15 lines
296 B
JSON

{
"name": "lhci",
"version": "0.0.0",
"scripts": {
"start": "lhci server --config=./lighthouserc.json"
},
"dependencies": {
"@lhci/cli": "0.14.0",
"@lhci/server": "0.14.0",
"mysql2": "^3.9.7",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
"sqlite3": "^5.0.0"
}
}