M1: initial scaffold — pipeline, specs, source, Dockerfile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user