{
  "name": "har-examples",
  "version": "5.0.1",
  "description": "A collection of HAR files for developing against the HAR spec",
  "license": "MIT",
  "author": "ReadMe <support@readme.io> (https://readme.com)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/readmeio/oas.git",
    "directory": "packages/har-examples"
  },
  "bugs": {
    "url": "https://github.com/readmeio/oas/issues"
  },
  "scripts": {
    "attw": "attw --pack --format ascii",
    "build": "tsup",
    "lint": "npm run lint:types",
    "lint:types": "tsc --noEmit",
    "prebuild": "rm -rf dist/",
    "prepack": "npm run build",
    "test": "echo 'Please run tests from the root!' && exit 1"
  },
  "devDependencies": {
    "@types/har-format": "^1.2.16",
    "jest-expect-har": "^10.0.1",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^4.0.8"
  },
  "prettier": "@readme/standards/prettier",
  "gitHead": "766e5550ef968794a0d275bda5c47631a927da04"
}
