{
  "name": "@raymondwang/mock-match-media",
  "version": "2.0.0",
  "description": "Test utility for mocking `window.matchMedia` in JSDOM environments.",
  "author": "Raymond Wang",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "lint": "eslint src && prettier --check src",
    "prepublish": "npm run lint && npm run test && npm run build",
    "test": "jest src"
  },
  "dependencies": {
    "css-mediaquery": "0.1.2"
  },
  "devDependencies": {
    "@types/css-mediaquery": "0.1.1",
    "@types/jest": "29.1.1",
    "@typescript-eslint/eslint-plugin": "5.38.1",
    "eslint": "8.24.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-n": "15.3.0",
    "eslint-plugin-promise": "6.0.1",
    "jest": "29.1.2",
    "jest-environment-jsdom": "29.1.2",
    "prettier": "2.7.1",
    "ts-jest": "29.0.3",
    "typescript": "4.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raymondwang/mock-match-media"
  },
  "bugs": {
    "url": "https://github.com/raymondwang/mock-match-media/issues"
  },
  "homepage": "https://github.com/raymondwang/mock-match-media/#readme"
}
