-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
50 lines (50 loc) · 941 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "margerine",
"version": "1.3.0",
"description": "It's not quite butter but it's root",
"main": "src/index.js",
"bin": {
"margerine": "margerine.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fpv-wtf/margerine.git"
},
"keywords": [
"dji",
"fpv",
"air",
"unit",
"goggles",
"vista",
"root",
"adb",
"wtfos"
],
"author": "fpv.wtf",
"license": "MIT",
"bugs": {
"url": "https://github.com/fpv-wtf/margerine/issues"
},
"homepage": "https://github.com/fpv-wtf/margerine#readme",
"dependencies": {
"@sentry/node": "^6.18.1",
"@sentry/tracing": "^6.18.1",
"add": "^2.0.6",
"chalk": "4.1.2",
"serialport": "^10.4.0",
"yargs": "^17.1.1"
},
"pkg": {
"outputPath": "dist",
"targets": [
"node18.5.0-win-x64"
],
"assets": [
"node_modules/@serialport/bindings-cpp/prebuilds"
]
}
}