mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:38:35 -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
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"name": "<app_name>",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc && node node_modules/@next-flip/fz-sdk-mntm/sdk.js build",
|
|
"start": "npm run build && node node_modules/@next-flip/fz-sdk-mntm/sdk.js upload"
|
|
},
|
|
"devDependencies": {
|
|
"@next-flip/fz-sdk-mntm": "^0.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
} |