-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 888 Bytes
/
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
{
"name": "mavlink-openmct",
"version": "1.0.1",
"description": "A plugin to provide mavlink telemetry for OpenMCT",
"main": "mavlink-telemetry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackbeagley/mavlink-openmct.git"
},
"author": "Jack Beagley",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jackbeagley/mavlink-openmct/issues"
},
"homepage": "https://github.com/jackbeagley/mavlink-openmct#readme",
"dependencies": {
"dgram": "^1.0.1",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"node-mavlink": "npm:@ifrunistuttgart/node-mavlink@^0.1.2",
"prompt-sync": "^4.2.0",
"serialport": "^9.0.2",
"typescript": "npm:typescript@^4.1.2"
},
"devDependencies": {}
}