mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:08:35 -07:00
* feat: js sdk * refactor: move js back where it belongs * docs: generate docs using typedoc * feat: sdk versioning scheme * ci: silence pvs warning * docs: bring back old incomplete js docs * style: readAnalog naming * fix: rename script compatibility screens Co-authored-by: あく <alleteam@gmail.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": "^0.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
} |