mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-26 05:54:46 -07:00
* JS: Expose button event type in gui/widget button callback --nobuild * js_sdk: bump major version * unit_tests: fix js test * js: fix gui widget demo --------- Co-authored-by: Anna Antonenko <portasynthinca3@gmail.com> Co-authored-by: hedger <hedger@users.noreply.github.com>
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"name": "<app_name>",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc && node node_modules/@flipperdevices/fz-sdk/sdk.js build",
|
|
"start": "npm run build && node node_modules/@flipperdevices/fz-sdk/sdk.js upload"
|
|
},
|
|
"devDependencies": {
|
|
"@flipperdevices/fz-sdk": "^1.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
} |