mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "lighthouse-runner",
|
|
"version": "3.0.0",
|
|
"description": "Lighthouse Runner for Url Monitor",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --max-old-space-size=4096 --max-http-header-size=80000 index.js",
|
|
"dev": "nodemon --inspect=0.0.0.0 --max-http-header-size=80000 index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "depcheck ./ --skip-missing=true"
|
|
},
|
|
"author": "David Adewole",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"chrome-launcher": "^0.14.0",
|
|
"cors": "^2.8.5",
|
|
"custom-env": "^2.0.1",
|
|
"express": "^4.17.1",
|
|
"get-ssl-certificate": "^2.3.3",
|
|
"lighthouse": "^8.0.0",
|
|
"moment": "^2.29.1",
|
|
"node-cron": "^3.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"ping": "^0.4.1",
|
|
"winston": "^3.3.3",
|
|
"winston-slack-transport": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"depcheck": "^1.4.2",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|