{ "name": "tauri-plugin-gamepad-api", "version": "0.0.3", "author": "Eugene Hauptmann", "homepage": "https://developermindset.com/tauri-plugin-gamepad/", "repository": {"url": "https://github.com/eugenehp/tauri-plugin-gamepad"}, "description": "A plugin for Tauri that provides a polyfill for Gamepad Web API that works on most common platforms.", "browser": "webview-dist/index.js", "type": "module", "types": "./dist-js/index.d.ts", "main": "./dist-js/index.cjs", "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", "require": "./dist-js/index.cjs" }, "files": [ "dist-js", "!dist-js/**/*.map", "README.md", "LICENSE" ], "keywords": [ "polyfill", "api", "rust", "gamepad", "gilrs", "tauri", "joystick" ], "scripts": { "build": "rollup -c", "watch": "rollup -c --watch", "prepublishOnly": "npm run build", "pretest": "npm run build" }, "devDependencies": { "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-typescript": "11.1.6", "rollup": "^4.21.0", "@rollup/plugin-terser": "0.4.4", "typescript": "5.5.4" }, "dependencies": { "@tauri-apps/api": "^2.0.0-rc", "tslib": "^2.1.0" } }