mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04: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>
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"name": "@flipperdevices/create-fz-app",
|
|
"version": "0.1.0",
|
|
"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"
|
|
}
|
|
} |