{
  "name": "@sitespeed.io/compare",
  "version": "2.0.0",
  "description": "Compare HAR files.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sitespeedio/compare.git"
  },
  "keywords": [
    "har",
    "compare",
    "waterfall",
    "webperf"
  ],
  "author": {
    "name": "Peter Hedenskog",
    "url": "https://www.peterhedenskog.com"
  },
  "contributors": [
    {
      "name": "Tobias Lidskog"
    },
    {
      "name": "Jonathan Lee"
    },
    {
      "name": "Matt Hobbs"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sitespeedio/compare/issues"
  },
  "homepage": "https://compare.sitespeed.io",
  "devDependencies": {
    "vite": "^6.0.0"
  },
  "scripts": {
    "build": "vite build",
    "develop": "vite",
    "preview": "vite preview"
  }
}
