mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
TODO: Check documentation and other package options TODO: Transform CFW SDK name to OFW SDK name in build step so all firmwares understand it
22 lines
547 B
JSON
22 lines
547 B
JSON
{
|
|
"name": "@next-flip/create-fz-app-mntm",
|
|
"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/Next-Flip/Momentum-Firmware.git",
|
|
"directory": "applications/system/js_app/packages/create-fz-app"
|
|
},
|
|
"dependencies": {
|
|
"prompts": "^2.4.2",
|
|
"replace-in-file": "^8.2.0"
|
|
}
|
|
} |