{
  "name": "@github/hotkey",
  "version": "3.1.4",
  "description": "",
  "main": "dist/index.js",
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "github/hotkey",
  "scripts": {
    "build": "tsc && rollup -c",
    "lint": "eslint . --ext .js,.ts && tsc --noEmit",
    "test": "npm run lint && vitest run",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean && mkdir dist",
    "prepublishOnly": "npm run build",
    "buildSite": "npm run build && mkdir -p pages/hotkey && cp -r dist/* pages/hotkey"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "keywords": [],
  "license": "MIT",
  "prettier": "@github/prettier-config",
  "devDependencies": {
    "@github/prettier-config": "0.0.4",
    "@vitest/browser": "^3.2.4",
    "eslint": "^8.52.0",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-github": "^4.10.1",
    "playwright": "^1.56.0",
    "rollup": "^4.1.4",
    "typescript": "^5.6.3",
    "vitest": "^3.2.4"
  },
  "eslintIgnore": [
    "dist/"
  ]
}
