gamepadzilla
Version:
A plug-and-play gamepad frontend framework for HTML5 mobile games, supporting both virtual and physical joysticks. No scripting required.
40 lines (39 loc) • 1.52 kB
JSON
{
"name": "gamepadzilla",
"version": "1.2.0",
"author": "RodrigoDornelles",
"license": "AGPL-3.0-or-later",
"homepage": "https://rodrigodornelles.github.io/npm-gamepadzilla/",
"repository": "https://github.com/rodrigodornelles/npm-gamepadzilla/",
"funding": "https://github.com/sponsors/RodrigoDornelles",
"bugs": "https://github.com/RodrigoDornelles/npm-gamepadzilla/issues",
"description": "A plug-and-play gamepad frontend framework for HTML5 mobile games, supporting both virtual and physical joysticks. No scripting required.",
"main": "dist/gamepadzilla.js",
"keywords": [
"gamepadzilla",
"joystick",
"dualshock",
"dualsense",
"gamepad",
"xbox360",
"xboxone",
"xbox",
"gpz",
"bun"
],
"scripts": {
"test": "bun test .",
"test:watch": "bun run test --watch",
"test:coverage": "bun run test --coverage",
"test:reporter": "bun run test --coverage --coverage-reporter=lcov --coverage-reporter=text",
"start": "bun run build:example && bun run build:watch",
"build": "bun build --minify --outdir dist --target browser --entry-naming 'gamepadzilla.js' src/main.ts",
"build:watch": "bun build --watch --outdir dist --target browser --entry-naming 'gamepadzilla.js' src/main.ts",
"build:example": "bun run build && cp examples/* dist"
},
"dependencies": {
},
"devDependencies": {
"bun": "^1.0.42"
}
}