-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "seo-vital-monitor",
"version": "1.1.0",
"description": "Board-ready Kinetic Gain surface for Core Web Vitals, Lighthouse regressions, and route-level SEO performance drift.",
"main": "dist/src/app.js",
"scripts": {
"dev": "tsx watch src/app.ts",
"build": "tsc --pretty false",
"test": "vitest run",
"demo": "tsx scripts/run_demo.ts",
"smoke": "tsx scripts/smoke_check.ts",
"prerender": "tsx scripts/prerender.ts",
"verify": "npm run build && npm run test && npm run demo && npm run smoke && npm run prerender",
"render:assets": "powershell -ExecutionPolicy Bypass -File .\\scripts\\render_readme_assets.ps1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mizcausevic-dev/seo-vital-monitor.git"
},
"license": "AGPL-3.0-or-later",
"type": "commonjs",
"bugs": {
"url": "https://github.com/mizcausevic-dev/seo-vital-monitor/issues"
},
"homepage": "http://vitals.kineticgain.com/",
"dependencies": {
"express": "^5.2.1"
},
"devDependencies": {
"@emnapi/core": "1.11.0",
"@emnapi/runtime": "1.11.0",
"@types/express": "^5.0.6",
"@types/node": "^25.7.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
}
}