{
  "name": "universal-game-controller",
  "version": "1.3.2",
  "description": "Simple game input for touch screen, keyboard, gamepad and mouse",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"No tests specified\"",
    "build": "webpack --mode=production --node-env=production",
    "build:dev": "webpack --mode=development",
    "build:prod": "webpack --mode=production --node-env=production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixbade/universal-game-controller.git"
  },
  "keywords": [
    "game",
    "gamepad",
    "keyboard",
    "touch",
    "mobile",
    "joystick",
    "input",
    "mapping"
  ],
  "author": "Felix Bade",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/felixbade/universal-game-controller/issues"
  },
  "homepage": "https://github.com/felixbade/universal-game-controller#readme",
  "devDependencies": {
    "webpack": "^5.88.1",
    "webpack-cli": "^5.1.4"
  }
}
