forked from jeroni7100/zwift-packet-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 KB
/
package.json
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
{
"name": "@zwfthcks/zwift-packet-monitor",
"version": "0.3.7",
"description": "monitor Zwift UDP and TCP packets and emit events for player state updates",
"main": "ZwiftPacketMonitor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-live": "node test/test-live-zwift.js",
"test-live-outgoing": "node test/test-live-outgoing-player-state.js",
"test-live-debug": "node test/test-live-zwift-debug.js",
"preprocess": "preprocess ZwiftPacketMonitorDebug.js > ZwiftPacketMonitor.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeroni7100/zwift-packet-monitor.git"
},
"keywords": [
"zwift"
],
"author": "Christian Wiedmann & Jesper Rosenlund Nielsen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeroni7100/zwift-packet-monitor/issues"
},
"homepage": "https://github.com/jeroni7100/zwift-packet-monitor#readme",
"dependencies": {
"cap": "^0.2.1",
"protobufjs": "^6.9.0"
},
"devDependencies": {
"internal-ip": "^3.0.1"
},
"directories": {
"test": "test"
}
}