Files
Web-Page-Performance-Test/package.json

32 lines
692 B
JSON

{
"name": "web-page-performance-test",
"version": "1.0.0",
"description": "Beyond Cloud Technology - Web Page Performance Test",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"postinstall": "chmod +x fix-ssh-limits.sh && ./fix-ssh-limits.sh"
},
"keywords": [
"performance",
"testing",
"web"
],
"author": "Beyond Cloud Technology",
"license": "GPL-3.0",
"dependencies": {
"chrome-launcher": "^1.2.1",
"express": "^4.18.2",
"lighthouse": "^13.0.1",
"pg": "^8.16.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=14.0.0"
}
}