|
8 | 8 | "install:dev": "yarn install && npm run install:typings", |
9 | 9 | "install:clean": "npm prune && ./node_modules/.bin/typings prune", |
10 | 10 | "serve": "./node_modules/.bin/nodemon --watch 'src/**/*.ts'", |
11 | | - "serve:debug": "./node_modules/.bin/nodemon --watch 'src/**/*.ts' --debug=6666", |
| 11 | + "serve:debug": "npm run serve -- --debug=6666", |
12 | 12 | "lint": "./node_modules/.bin/gulp lint", |
13 | 13 | "test": "NODE_ENV=test ./node_modules/.bin/jest --coverage", |
14 | 14 | "build": "./node_modules/.bin/gulp build", |
|
17 | 17 | "db:migrate": "./node_modules/.bin/knex migrate:latest", |
18 | 18 | "db:migrate:rollback": "./node_modules/.bin/knex migrate:rollback", |
19 | 19 | "db:seed": "./node_modules/.bin/knex seed:run", |
20 | | - "db:refresh": "npm run db:drop && npm run db:migrate", |
21 | 20 | "start": "node src/index.js" |
22 | 21 | }, |
23 | 22 | "repository": "git+ssh://git@github.com/w3tec/express-typescript-boilerplate.git", |
|
57 | 56 | "@types/express": "^4.0.35", |
58 | 57 | "@types/faker": "^4.1.0", |
59 | 58 | "@types/helmet": "0.0.34", |
60 | | - "@types/inversify": "^2.0.33", |
61 | | - "@types/inversify-express-utils": "^2.0.0", |
62 | 59 | "@types/jest": "^19.2.2", |
63 | 60 | "@types/knex": "0.0.47", |
64 | 61 | "@types/lodash": "^4.14.63", |
|
89 | 86 | "gulp-rename": "^1.2.2", |
90 | 87 | "gulp-sourcemaps": "^1.9.1", |
91 | 88 | "gulp-tslint": "^7.0.1", |
92 | | - "gulp-typedoc": "^2.0.2", |
93 | 89 | "gulp-typescript": "^3.1.4", |
94 | 90 | "gulp-zip": "^3.2.0", |
95 | 91 | "helmet": "^3.4.0", |
|
101 | 97 | "knex": "^0.12.7", |
102 | 98 | "lodash": "^4.17.4", |
103 | 99 | "morgan": "^1.7.0", |
| 100 | + "mysql": "^2.13.0", |
104 | 101 | "nodemon": "^1.11.0", |
105 | 102 | "path": "^0.12.7", |
106 | 103 | "pg": "^6.1.5", |
|
113 | 110 | "ts-jest": "^19.0.11", |
114 | 111 | "ts-node": "^2.0.0", |
115 | 112 | "tslint": "^4.3.1", |
116 | | - "typescript": "^2.2.1", |
| 113 | + "typescript": "^2.3.0", |
117 | 114 | "typings": "^2.1.0", |
118 | 115 | "winston": "^2.3.1" |
119 | 116 | }, |
|
0 commit comments