File tree Expand file tree Collapse file tree 5 files changed +17
-8
lines changed
express-structure-mongoose
express-structure-typeorm
plugin-structure-mongoose Expand file tree Collapse file tree 5 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ happy app-deving 😊
85
85
86
86
* website: https://opendevs.in/
87
87
* github: [ @open-devs ] ( https://github.com/open-devs )
88
+ * core members: [ @alok722 ] ( https://github.com/alok722 ) , [ @mikr13 ] ( https://github.com/mikr13 )
88
89
89
90
## 🚀 future scope
90
91
Original file line number Diff line number Diff line change 7
7
"dev" : " nodemon --watch './src/*.ts' --exec ts-node ./src/index.ts" ,
8
8
"build" : " tsc" ,
9
9
"test" : " jest --coverage" ,
10
- "test:watch" : " npm run test -- --watchAll"
10
+ "test:watch" : " npm run test -- --watchAll" ,
11
+ "commit" : " git cz"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
29
30
"@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
30
31
"@typescript-eslint/parser" : " ^3.9.0" ,
31
32
"eslint" : " ^7.7.0" ,
32
- "typescript" : " ^3.9.7"
33
+ "typescript" : " ^3.9.7" ,
34
+ "git-cz" : " ^4.7.0"
33
35
}
34
36
}
Original file line number Diff line number Diff line change 7
7
"dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
8
8
"build" : " tsc" ,
9
9
"test" : " jest --coverage" ,
10
- "test:watch" : " npm run test -- --watchAll"
10
+ "test:watch" : " npm run test -- --watchAll" ,
11
+ "commit" : " git cz"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
31
32
"nodemon" : " ^2.0.4" ,
32
33
"ts-jest" : " ^26.1.4" ,
33
34
"ts-node" : " ^8.10.2" ,
34
- "typescript" : " ^3.9.7"
35
+ "typescript" : " ^3.9.7" ,
36
+ "git-cz" : " ^4.7.0"
35
37
}
36
38
}
Original file line number Diff line number Diff line change 7
7
"dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
8
8
"build" : " tsc" ,
9
9
"test" : " jest --coverage" ,
10
- "test:watch" : " npm run test -- --watchAll"
10
+ "test:watch" : " npm run test -- --watchAll" ,
11
+ "commit" : " git cz"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
30
31
"typescript" : " ^3.6.3" ,
31
32
"@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
32
33
"@typescript-eslint/parser" : " ^3.9.0" ,
33
- "eslint" : " ^7.7.0"
34
+ "eslint" : " ^7.7.0" ,
35
+ "git-cz" : " ^4.7.0"
34
36
}
35
37
}
Original file line number Diff line number Diff line change 7
7
"dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
8
8
"build" : " tsc" ,
9
9
"test" : " jest --coverage" ,
10
- "test:watch" : " npm run test -- --watchAll"
10
+ "test:watch" : " npm run test -- --watchAll" ,
11
+ "commit" : " git cz"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
33
34
"typescript" : " ^3.9.7" ,
34
35
"@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
35
36
"@typescript-eslint/parser" : " ^3.9.0" ,
36
- "eslint" : " ^7.7.0"
37
+ "eslint" : " ^7.7.0" ,
38
+ "git-cz" : " ^4.7.0"
37
39
}
38
40
}
You can’t perform that action at this time.
0 commit comments