UNPKG

hud-gamepad

Version:

A Heads Up Display (HUD) for Gamepads, Keyboards, and more

74 lines (73 loc) 2.27 kB
{ "name": "hud-gamepad", "description": "A Heads Up Display (HUD) for Gamepads, Keyboards, and more", "author": "Eugene Yevhen Andruszczenko <eugene.andruszczenko@gmail.com>", "contributors": [ "32teeth <eugene.andruszczenko@gmail.com> (https://github.com/32teeth)" ], "repository": { "type": "git", "url": "git+https://github.com/npm-packages-collection/hud-gamepad.git" }, "license": "ISC", "version": "0.7.3", "keywords": [ "gaming", "gamepad", "game-pad", "controller", "hud", "heads-up-display" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "engines": { "node": "20.x", "npm": "10.x" }, "main": "index.js", "files": [ "src/**/*", "types/index.d.ts", "README.md", "CHANGELOG.md", "LICENSE" ], "type": "module", "types": "index.d.ts", "scripts": { "clean": "npm run clean:all", "clean:all": "npm run clean:node && npm run clean:example && npm run clean:pack", "clean:node": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +", "clean:example": "cd example && npm run clean:node || true", "clean:pack": "rm -f *.tgz || true", "setup": "npm install && cd example && npm install", "build": "npm pack", "start": "cd example && live-server --port=8080 --open=/index.html --mount=/src:../src", "dev": "run-p dev:watch dev:serve", "dev:init": "npm run clean && npm run setup && npm run build", "dev:watch": "nodemon --watch src --exec 'npm run build'", "dev:serve": "npm run start", "publish:npm": "npm publish --registry https://registry.npmjs.org/", "publish:github": "npm publish --registry https://npm.pkg.github.com/", "publish": "npm run publish:npm && npm run publish:github", "test": "mocha --require ./test/setup.js" }, "postinstall": "npm i live-server -g", "devDependencies": { "chai": "^4.3.4", "jsdom": "^25.0.1", "mocha": "^9.1.3", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", "sinon": "^19.0.2" }, "bugs": { "url": "https://github.com/npm-packages-collection/hud-gamepad/issues" }, "homepage": "https://github.com/npm-packages-collection/hud-gamepad#readme", "directories": { "test": "test" } }