config: Add 34 files

This commit is contained in:
2025-10-13 08:21:26 +13:00
parent ee7f11fce6
commit 9cc06ca37b
17 changed files with 1179 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "cpu-price-performance",
"version": "1.0.0",
"description": "Compare CPUs from PB Tech NZ by performance per dollar",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"keywords": ["cpu", "benchmark", "price", "performance"],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"puppeteer": "^24.15.0",
"cors": "^2.8.5"
}
}