{
  "name": "@lizardbyte/gamepad-helper",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LizardByte/gamepad-helper.git"
  },
  "version": "2026.219.34512",
  "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": "7.29.0",
    "@babel/preset-env": "7.29.0",
    "@codecov/webpack-plugin": "1.9.1",
    "@eslint/js": "10.0.1",
    "@jest/globals": "30.2.0",
    "@lizardbyte/shared-web": "2026.219.33142",
    "babel-loader": "10.0.0",
    "clean-jsdoc-theme": "4.3.0",
    "cross-env": "10.1.0",
    "eslint": "10.0.0",
    "eslint-plugin-jest": "29.15.0",
    "globals": "17.3.0",
    "jest": "30.2.0",
    "jest-environment-jsdom": "30.2.0",
    "jest-junit": "16.0.0",
    "jsdoc": "4.0.5",
    "node-fetch": "3.3.2",
    "npm-run-all": "4.1.5",
    "postcss": "8.5.6",
    "webpack": "5.105.2",
    "webpack-cli": "6.0.1",
    "webpack-dev-server": "5.2.3"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack",
    "generate-docs": "jsdoc --configure jsdoc.json --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 ."
  }
}
