sandbox/container/lighthouse-ci-server/package.json

16 lines
296 B
JSON
Raw Normal View History

{
"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"
}
}