-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 815 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "vigemclient",
"version": "1.5.3",
"description": "Native bindings to the ViGem virtual gamepad driver",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jangxx/node-ViGEmClient.git"
},
"keywords": [
"vigem",
"xbox",
"ds4",
"native",
"driver",
"bindings"
],
"author": "jangxx <jangxx@protonmail.com>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/jangxx/node-ViGEmClient/issues"
},
"homepage": "https://github.com/jangxx/node-ViGEmClient#readme",
"dependencies": {
"node-addon-api": "^1.7.2"
},
"os": [
"win32"
],
"cpu": [
"x64",
"ia32"
],
"devDependencies": {
"@types/node": "^16.4.10"
}
}