1
0
rotorflight-presets/package.json
Chris Kim fd9f215f9d
Add initial presets (#1)
Signed-off-by: Chris Kim <oats87g@gmail.com>
2025-04-01 12:47:05 +10:00

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"
}
}