mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 11:55:59 +00:00
34 lines
713 B
JSON
34 lines
713 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"
|
|
},
|
|
"keywords": [
|
|
"performance",
|
|
"testing",
|
|
"web"
|
|
],
|
|
"author": "Beyond Cloud Technology",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"chrome-launcher": "^1.2.1",
|
|
"express": "^4.18.2",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"geoip-lite": "^1.4.10",
|
|
"lighthouse": "^13.0.1",
|
|
"pg": "^8.16.3",
|
|
"puppeteer-core": "^21.0.0",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|