19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"name" : "firmware-presets",
|
|
"productName" : "Rotorflight Firmware Presets",
|
|
"description" : "Collection of CLI-based presets",
|
|
"scripts" : {
|
|
"index" : "node indexer/indexer.js",
|
|
"verify" : "node indexer/check.js"
|
|
},
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "github.com/rotorflight/rotorflight-presets"
|
|
},
|
|
"author" : "The Rotorflight open source project.",
|
|
"license" : "GPL-3.0",
|
|
"engines" : {
|
|
"node" : ">=10.x"
|
|
}
|
|
}
|