sandbox/container/lighthouse-ci-server/package.json
Yongmin Hong cdf70a8ee2
container: build and publish containers
Summary:
Cheap docker hub alt :P

Dockerfile from [googlechrome/lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/tree/main/docs/recipes/docker-server)

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Check GitHub Actions runs?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D132
2024-05-23 16:12:11 +09:00

15 lines
296 B
JSON

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