{
  "name": "karabiner.ts",
  "version": "1.38.0",
  "description": "Karabiner-Elements configuration in TypeScript",
  "license": "MIT",
  "author": "Evan Liu",
  "homepage": "https://github.com/evan-liu/karabiner.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evan-liu/karabiner.ts.git"
  },
  "bugs": {
    "url": "https://github.com/evan-liu/karabiner.ts/issues"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^4.1.0",
    "@microsoft/api-extractor": "^7.35.4",
    "@types/node": "^20.3.1",
    "@vitest/coverage-v8": "^1.6.0",
    "prettier": "^3.0.0",
    "typescript": "^5.1.3",
    "vite": "^5.2.11",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.6.0"
  }
}
