This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
forked from wiedmann/zwift-packet-monitor
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.38 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
37
38
39
{
"name": "@zwfthcks/zwift-packet-monitor",
"version": "0.6.0",
"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",
"test-live-logger": "node test/test-live-zwift-logger.js",
"preprocess": "npx preprocessor ZwiftPacketMonitorSource.js . > ZwiftPacketMonitor.js",
"preprocess-debug": "npx preprocessor ZwiftPacketMonitorSource.js . -DEBUG=true > ZwiftPacketMonitorDebug.js",
"preprocess-logger": "npx preprocessor ZwiftPacketMonitorSource.js . -LOGGER=true > ZwiftPacketMonitorLogger.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.11.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"internal-ip": "^6.2.0"
}
}