perf-sentinel 0.5.2

CLI for perf-sentinel: polyglot performance anti-pattern detector
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "perf-sentinel-browser-tests",
  "private": true,
  "version": "0.0.0",
  "description": "Playwright smoke suite for the perf-sentinel HTML dashboard",
  "scripts": {
    "test": "playwright test",
    "demo": "rm -rf demo-videos && playwright test --config playwright.demo.config.ts && bash demo/build-gif.sh"
  },
  "devDependencies": {
    "@playwright/test": "^1.50.0",
    "@types/node": "^24.12.2",
    "http-server": "^14.1.1"
  }
}