aboutsummaryrefslogtreecommitdiff
path: root/templates/mac/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mac/package.json')
-rw-r--r--templates/mac/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/mac/package.json b/templates/mac/package.json
new file mode 100644
index 0000000..0582456
--- /dev/null
+++ b/templates/mac/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "nativeui-mac-template",
+ "version": "1.0.0",
+ "description": "macOS template app for Native UI",
+ "main": "main.js",
+ "author": "Kumar Priyansh",
+ "scripts": {
+ "start": "electron ."
+ }
+} \ No newline at end of file