generated from carlomigueldy/stacked-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (31 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@carlomigueldy/flutter-supabase-grocery-app",
"version": "1.0.0",
"description": "Flutter commands helper",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "flutter test",
"generate": "flutter pub run build_runner build --delete-conflicting-outputs",
"refresh": "flutter clean && flutter pub get && npm run generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlomigueldy/flutter-supabase-todo-app.git"
},
"keywords": [
"flutter",
"stacked",
"supabase",
"dart"
],
"author": "Carlo Miguel Dy",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlomigueldy/flutter-supabase-todo-app/issues"
},
"homepage": "https://github.com/carlomigueldy/flutter-supabase-todo-app#readme"
}