{
  "name": "@lizardbyte/gamepad-helper",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LizardByte/gamepad-helper.git"
  },
  "version": "2026.816.4539",
  "description": "Helper library for Gamepad API. Helps with detecting type of gamepad and mapping to buttons and icons.",
  "license": "MIT",
  "funding": "https://app.lizardbyte.dev",
  "homepage": "https://github.com/LizardByte/gamepad-helper#readme",
  "bugs": {
    "url": "https://github.com/LizardByte/gamepad-helper/issues"
  },
  "files": [
    "assets/",
    "dist/",
    "src/",
    "tests/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@babel/core": "8.0.1",
    "@babel/preset-env": "8.0.2",
    "@codecov/webpack-plugin": "2.0.1",
    "@eslint/js": "10.0.1",
    "@jest/globals": "30.4.1",
    "@lizardbyte/shared-web": "2026.812.190302",
    "babel-loader": "10.1.1",
    "clean-jsdoc-theme": "5.1.1",
    "cross-env": "10.1.0",
    "eslint": "10.8.1",
    "eslint-plugin-jest": "29.16.1",
    "globals": "17.11.0",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",
    "jest-junit": "17.0.0",
    "jsdoc": "4.0.5",
    "node-fetch": "3.3.2",
    "npm-run-all2": "9.0.3",
    "postcss": "8.5.26",
    "webpack": "5.109.2",
    "webpack-cli": "7.2.2",
    "webpack-dev-server": "6.0.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack",
    "generate-docs": "jsdoc --configure jsdoc.config.js --verbose",
    "start": "webpack serve",
    "test": "npm-run-all test:unit test:report test:lint",
    "test:unit": "jest --coverage",
    "test:report": "jest --reporters=jest-junit",
    "test:lint": "eslint ."
  }
}
