@msobiecki/react-marauders-path 1.24.2 → 1.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +22 -1
package/package.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@msobiecki/react-marauders-path",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.3",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "A lightweight, type-safe React library for handling keyboard, wheel, swipe, drag, and pinch events. Perfect for games, interactive applications, and input-driven interfaces.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"react",
|
|
8
|
+
"pointer",
|
|
9
|
+
"mouse",
|
|
10
|
+
"touch",
|
|
11
|
+
"keyboard",
|
|
12
|
+
"events",
|
|
13
|
+
"hotkeys",
|
|
14
|
+
"shortcuts"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://github.com/msobiecki/react-marauders-path",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/msobiecki/react-marauders-path/issues"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"url": "git://git@github.com/msobiecki/react-marauders-path.git"
|
|
22
|
+
},
|
|
23
|
+
"license": "GPL-3.0-or-later",
|
|
24
|
+
"author": "Michał Sobiecki <kontakt@codeshaker.pl>",
|
|
4
25
|
"type": "module",
|
|
5
26
|
"engines": {
|
|
6
27
|
"node": ">=22.17.1"
|