forked from foxbiz/better-keep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 835 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "better-keep-notes",
"version": "1.0.66",
"description": "Better Keep Notes - Build Scripts",
"scripts": {
"firebase-emulators": "firebase emulators:start",
"build:functions": "cd functions && npm install && npm run build",
"build:windows": "flutter build windows --release --dart-define-from-file=.env && dart run msix:create --build-windows=false",
"build:macos": "flutter build macos --release --dart-define-from-file=.env",
"build:ios": "flutter build ios --release --dart-define-from-file=.env",
"build:android": "flutter build appbundle --release --dart-define-from-file=.env",
"build:web": "flutter build web --release --dart-define-from-file=.env",
"build:icons": "dart ./scripts/generate_custom_icons.dart"
},
"author": "Foxbiz Software Pvt. Ltd.",
"license": "UNLICENSED",
"private": true
}