-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
51 lines (51 loc) · 1.17 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
46
47
48
49
50
51
{
"devDependencies": {
"@types/del": "^3.0.0",
"@types/express": "^4.0.37",
"@types/gulp": "^3.8.33",
"@types/gulp-nodemon": "0.0.30",
"@types/gulp-shell": "0.0.30",
"@types/jest": "^21.1.1",
"@types/request": "^2.0.3",
"@types/run-sequence": "0.0.29",
"@types/supertest": "^2.0.3",
"copy-webpack-plugin": "^4.1.1",
"del": "^3.0.0",
"express": "^4.16.1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.2",
"jest": "^21.2.1",
"request": "^2.83.0",
"run-sequence": "^2.2.0",
"supertest": "^3.0.0",
"ts-jest": "^21.0.1",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.5.3",
"webpack": "^3.6.0",
"webpack-stream": "^4.0.0"
},
"jest": {
"moduleDirectories": [
".",
"node_modules"
],
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx"
],
"testMatch": [
"**/*.test.(ts|tsx)"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
}
}
}