{
  "name": "plugin-pagenotfound",
  "version": "2026.5.1",
  "type": "module",
  "exports": "./lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "description": "Page not found plugin for sitespeed.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Webperf-se/plugin-pagenotfound.git"
  },
  "keywords": [
    "sitespeed.io",
    "404",
    "pagenotfound",
    "webperf",
    "webperf_core",
    "webperf-core"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Webperf-se/plugin-pagenotfound/issues"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "engines": {
    "node": ">=20.x"
  },
  "lint-staged": {
    "*.js": [
      "npm run lint:fix",
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "devDependencies": {
    "eslint": "10.4.0",
    "@eslint/js": "10.0.1",
    "serve": "14.2.6",
    "serve-handler": "6.1.7"
  },
  "dependencies": {
    "jsdom": "29.1.1",
    "@sitespeed.io/plugin": "1.0.2"
  },
  "scripts": {
    "start-server": "serve test/data/",
    "stop-server": "sudo pkill serve",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "main": "./lib/index.js"
}