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 😊
8585
8686* website: https://opendevs.in/
8787* github: [ @open-devs ] ( https://github.com/open-devs )
88+ * core members: [ @alok722 ] ( https://github.com/alok722 ) , [ @mikr13 ] ( https://github.com/mikr13 )
8889
8990## 🚀 future scope
9091
Original file line number Diff line number Diff line change 77 "dev" : " nodemon --watch './src/*.ts' --exec ts-node ./src/index.ts" ,
88 "build" : " tsc" ,
99 "test" : " jest --coverage" ,
10- "test:watch" : " npm run test -- --watchAll"
10+ "test:watch" : " npm run test -- --watchAll" ,
11+ "commit" : " git cz"
1112 },
1213 "keywords" : [],
1314 "author" : " " ,
2930 "@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
3031 "@typescript-eslint/parser" : " ^3.9.0" ,
3132 "eslint" : " ^7.7.0" ,
32- "typescript" : " ^3.9.7"
33+ "typescript" : " ^3.9.7" ,
34+ "git-cz" : " ^4.7.0"
3335 }
3436}
Original file line number Diff line number Diff line change 77 "dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
88 "build" : " tsc" ,
99 "test" : " jest --coverage" ,
10- "test:watch" : " npm run test -- --watchAll"
10+ "test:watch" : " npm run test -- --watchAll" ,
11+ "commit" : " git cz"
1112 },
1213 "keywords" : [],
1314 "author" : " " ,
3132 "nodemon" : " ^2.0.4" ,
3233 "ts-jest" : " ^26.1.4" ,
3334 "ts-node" : " ^8.10.2" ,
34- "typescript" : " ^3.9.7"
35+ "typescript" : " ^3.9.7" ,
36+ "git-cz" : " ^4.7.0"
3537 }
3638}
Original file line number Diff line number Diff line change 77 "dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
88 "build" : " tsc" ,
99 "test" : " jest --coverage" ,
10- "test:watch" : " npm run test -- --watchAll"
10+ "test:watch" : " npm run test -- --watchAll" ,
11+ "commit" : " git cz"
1112 },
1213 "keywords" : [],
1314 "author" : " " ,
3031 "typescript" : " ^3.6.3" ,
3132 "@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
3233 "@typescript-eslint/parser" : " ^3.9.0" ,
33- "eslint" : " ^7.7.0"
34+ "eslint" : " ^7.7.0" ,
35+ "git-cz" : " ^4.7.0"
3436 }
3537}
Original file line number Diff line number Diff line change 77 "dev" : " nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts" ,
88 "build" : " tsc" ,
99 "test" : " jest --coverage" ,
10- "test:watch" : " npm run test -- --watchAll"
10+ "test:watch" : " npm run test -- --watchAll" ,
11+ "commit" : " git cz"
1112 },
1213 "keywords" : [],
1314 "author" : " " ,
3334 "typescript" : " ^3.9.7" ,
3435 "@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
3536 "@typescript-eslint/parser" : " ^3.9.0" ,
36- "eslint" : " ^7.7.0"
37+ "eslint" : " ^7.7.0" ,
38+ "git-cz" : " ^4.7.0"
3739 }
3840}
You can’t perform that action at this time.
0 commit comments