mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04: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>
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"name": "@flipperdevices/create-fz-app",
|
|
"version": "0.1.2",
|
|
"description": "Template package for JS apps Flipper Zero",
|
|
"bin": "index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"flipper",
|
|
"flipper zero"
|
|
],
|
|
"author": "Flipper Devices",
|
|
"license": "GPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/flipperdevices/flipperzero-firmware.git",
|
|
"directory": "applications/system/js_app/packages/create-fz-app"
|
|
},
|
|
"dependencies": {
|
|
"prompts": "^2.4.2",
|
|
"replace-in-file": "^8.2.0"
|
|
}
|
|
} |