-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.64 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
55
56
57
58
59
60
61
62
63
{
"name": "jmockr",
"version": "3.1.2",
"description": "for seperate frontend and backend development",
"main": "app.js",
"scripts": {
"test": "jest --runInBand",
"copy": "cp -r script/ dist/script/",
"shebang": "node ./make-bin",
"compile": "tsc -p ./tsconfig.json && npm run shebang && npm run copy"
},
"bin": {
"jmockr": "dist/bin/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yubaoquan/jMockr.git"
},
"author": "yubaoquan",
"license": "ISC",
"dependencies": {
"@ybq/jmockr-ftl-render": "^0.0.2",
"ansi-escapes": "^1.4.0",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"connect-inject": "^0.4.0",
"express": "^4.14.0",
"image-size": "^0.5.0",
"json5": "^0.5.1",
"minimist": "^1.2.0",
"multer": "^1.2.0",
"node.extend": "^1.1.6",
"opn": "^4.0.2",
"socket.io": "^1.7.3",
"superagent": "^3.3.1",
"thymeleaf": "^0.6.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/chalk": "^0.4.31",
"@types/express": "^4.0.37",
"@types/image-size": "^0.0.29",
"@types/json5": "^0.0.29",
"@types/minimist": "^1.2.0",
"@types/multer": "^1.3.6",
"@types/node": "^8.0.34",
"@types/opn": "^3.0.28",
"@types/socket.io": "^1.4.31",
"jest": "^20.0.4",
"pify": "^3.0.0",
"ps-tree": "^1.1.0",
"supertest": "^3.0.0",
"tree-kill": "^1.2.0",
"tslint": "5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.3"
},
"jest": {
"setupTestFrameworkScriptFile": "./test/setup.js",
"testRegex": "case/.*\\.(test|spec)\\.js$"
}
}