mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 20:48:35 -07:00
Merge commit '2cf425d3462cb5297304b6c8909765e17e98bbae' into merge/js-sdk
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@next-flip/create-fz-app-mntm",
|
"name": "@next-flip/create-fz-app-mntm",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Template package for JS apps for Flipper Zero using Momentum Custom Firmware JS SDK",
|
"description": "Template package for JS apps for Flipper Zero using Momentum Custom Firmware JS SDK",
|
||||||
"bin": "index.js",
|
"bin": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -5,13 +5,14 @@
|
|||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"noLib": true,
|
"noLib": true,
|
||||||
"target": "ES2015",
|
"target": "ES2015",
|
||||||
|
"types": [],
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./node_modules/@next-flip/fz-sdk-mntm/global.d.ts",
|
"./node_modules/@next-flip/fz-sdk-mntm/global.d.ts",
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"./**/*.ts",
|
"./**/*.ts",
|
||||||
"./**/*.js"
|
"./**/*.js",
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./node_modules/**/*",
|
"./node_modules/**/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user