-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
52
53
54
{
"name": "smock-core",
"version": "2.0.5",
"description": "SMock核心源码",
"main": "./dist/main",
"repository": {
"type": "git",
"url": "https://github.com/jdf2e/SMock.git"
},
"scripts": {
"test": "jest --config=jest.config.json",
"dev": "cross-env NODE_ENV=development gulp",
"build": "gulp"
},
"keywords": [
"swagger",
"mock",
"swagger-mock",
"node",
"server",
"smock"
],
"author": "jdc-fe",
"license": "MIT",
"dependencies": {
"@types/axios": "^0.14.0",
"body-parser": "^1.18.3",
"clone": "^2.1.2",
"express": "^4.16.3",
"mockjs": "^1.0.1-beta3"
},
"devDependencies": {
"gulp": "^4.0.0",
"typescript": "^3.2.2",
"gulp-uglify-es": "^1.0.4",
"gulp-typescript": "^5.0.0",
"@types/jest": "^23.3.12",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.15",
"babel-env": "^2.4.1",
"babel-jest": "^23.6.0",
"child_process": "^1.0.2",
"cross-env": "^5.2.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"jest": "^23.6.0",
"node-sass": "^4.11.0",
"regenerator-runtime": "^0.13.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"ts-jest": "^23.10.5"
}
}