-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
45 lines (45 loc) · 1.84 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencies": {},
"scripts": {
"semantic-release": "semantic-release",
"init": "flutter pub get && cd configuration && flutter pub get && cd .. && flutter pub run build_runner build --delete-conflicting-outputs && flutter pub run flutter_flavorizr && flutter pub run flutter_native_splash:create --path=flutter_native_splash.yaml",
"generate": "flutter pub run build_runner build --delete-conflicting-outputs",
"test": "flutter test --coverage"
},
"name": "Flutter_Clean_Architecture/semantic-release-npm",
"description": "* We want to determine what types of database that we use for storage (might want to change it later on)\r * We want to adhere to SOLID principles since we are using OOP for this project.\r * We want to ensure that UI layers do not care what is going on at the data layer at all.\r * We might want to separate each layer into different packages.\r ##### 2. Presentation - Domain - Data.\r ##### 3. Presentation layer consist of\r * Widgets\r * Cubit\r * Cubit only manages UI state based on business logic",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/VNAPNIC/Flutter_Clean_Architecture.git"
},
"keywords": [
"gitlab",
"package",
"npm",
"registry",
"semantic-release",
"node"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/VNAPNIC/Flutter_Clean_Architecture/issues"
},
"homepage": "https://gitlab.com/VNAPNIC/Flutter_Clean_Architecture#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.5",
"@semantic-release/npm": "^7.0.8",
"semantic-release": "^17.3.0"
}
}