Skip to content

Commit ac9f222

Browse files
author
hirsch88
committed
Clean project for new deps
1 parent 06c6d3f commit ac9f222

File tree

95 files changed

+289
-5318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+289
-5318
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ All the templates for the commands are located in `src/console/templates`.
187187
* `npm run console make:listener <file>` - Generates a basic listener.
188188
* `npm run console make:exception <file>` - Generates a basic exception.
189189
* `npm run console make:validator <file>` - Generates a custom validator.
190-
* `npm run console update:targets <file>` - Reads all the API files and generate a new `constants/Targets.ts` file out of it.
191190

192191
**Example**
193192
```

knexfile.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = {
125125
},
126126
/**
127127
* This our scaffold api
128-
* @example > nps "console update:targets"
128+
* @example > nps "console make:controller"
129129
*/
130130
console: {
131131
default: {

package.json

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -42,67 +42,36 @@
4242
"dependencies": {
4343
"@types/bluebird": "^3.5.18",
4444
"@types/body-parser": "^1.16.7",
45-
"@types/bookshelf": "^0.9.6",
46-
"@types/chalk": "^2.2.0",
47-
"@types/commander": "^2.11.0",
4845
"@types/cors": "^2.8.1",
4946
"@types/dotenv": "^4.0.2",
5047
"@types/express": "^4.0.39",
51-
"@types/faker": "^4.1.1",
52-
"@types/glob": "^5.0.33",
53-
"@types/handlebars": "^4.0.36",
5448
"@types/helmet": "^0.0.37",
55-
"@types/inquirer": "^0.0.35",
5649
"@types/jest": "^21.1.5",
57-
"@types/jsonwebtoken": "^7.2.3",
58-
"@types/knex": "^0.0.64",
5950
"@types/lodash": "^4.14.80",
6051
"@types/morgan": "^1.7.35",
61-
"@types/pluralize": "^0.0.28",
6252
"@types/reflect-metadata": "0.0.5",
63-
"@types/request": "^2.0.7",
64-
"@types/request-promise": "^4.1.39",
6553
"@types/serve-favicon": "^2.2.29",
6654
"@types/uuid": "^3.4.3",
6755
"@types/winston": "^2.3.7",
6856
"body-parser": "^1.18.2",
69-
"bookshelf": "^0.10.4",
70-
"bookshelf-camelcase": "^2.0.1",
71-
"chalk": "^2.3.0",
7257
"class-validator": "^0.7.3",
73-
"commander": "^2.11.0",
7458
"compression": "^1.7.1",
75-
"copyfiles": "^1.2.0",
7659
"cors": "^2.8.4",
7760
"dotenv": "^4.0.0",
7861
"express": "^4.16.2",
79-
"express-basic-auth": "^1.1.3",
80-
"express-status-monitor": "^1.0.1",
81-
"faker": "^4.1.0",
8262
"figlet": "^1.2.0",
83-
"glob": "^7.1.2",
84-
"handlebars": "^4.0.11",
8563
"helmet": "^3.9.0",
86-
"inquirer": "^3.3.0",
87-
"inversify": "^4.5.0",
88-
"inversify-express-utils": "^4.1.0",
89-
"jsonwebtoken": "^8.1.0",
90-
"knex": "^0.13.0",
9164
"lodash": "^4.17.4",
9265
"morgan": "^1.9.0",
93-
"mysql": "^2.15.0",
9466
"nodemon": "^1.12.1",
9567
"path": "^0.12.7",
96-
"pluralize": "^7.0.0",
9768
"reflect-metadata": "^0.1.10",
98-
"request": "^2.83.0",
99-
"request-promise": "^4.2.2",
69+
"routing-controllers": "^0.7.6",
10070
"serve-favicon": "^2.4.5",
101-
"swagger-jsdoc": "^1.9.7",
102-
"swagger-ui-express": "^2.0.9",
10371
"trash-cli": "^1.4.0",
10472
"ts-node": "^3.3.0",
10573
"tslint": "^5.8.0",
74+
"typedi": "^0.5.2",
10675
"typescript": "^2.6.1",
10776
"uuid": "^3.1.0",
10877
"wait-on": "^2.0.2",

src/api/controllers/UserController.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/api/exceptions/DatabaseException.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/api/exceptions/NotFoundException.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/api/exceptions/ValidationException.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/api/listeners/user/UserAuthenticatedListener.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/api/listeners/user/UserCreatedListener.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)