20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "website-evaluator",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Website audit tool producing Claude-readable Markdown reports",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"lint": "node --check src/*.js"
|
|
},
|
|
"dependencies": {
|
|
"chrome-launcher": "^1.1.2",
|
|
"lighthouse": "^12.2.1",
|
|
"playwright": "^1.44.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|