forked from int64ago/moky
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.3 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
{
"name": "moky",
"version": "2.0.5",
"description": "A proxy server with mock",
"main": "src/index.js",
"dependencies": {
"chalk": "^1.1.3",
"chalklog": "^1.1.2",
"consolidate": "^0.14.5",
"decache": "^4.1.0",
"ejs": "^2.5.2",
"fast-ftl": "^1.6.3",
"fs-extra": "^1.0.0",
"handlebars": "^4.0.5",
"http-proxy": "^1.15.2",
"koa": "^2.0.1",
"koa-bodyparser": "^3.2.0",
"koa-favicon": "^2.0.0",
"koa-mount": "^2.0.0",
"koa-static": "^3.0.0",
"koa-views": "^6.0.0",
"nunjucks": "^2.5.2",
"path-to-regexp": "^1.6.0",
"pug": "^2.0.0-beta11",
"update-notifier": "^2.1.0",
"url": "^0.11.0",
"yargs": "^6.3.0"
},
"devDependencies": {
"standard": "^8.5.0"
},
"scripts": {
"lint": "standard src/*.js src/**/*.js",
"lint:fix": "standard src/*.js src/**/*.js --fix"
},
"preferGlobal": true,
"bin": {
"moky": "src/cli.js"
},
"engines": {
"node": ">= 7.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/int64ago/moky.git"
},
"keywords": [
"mock",
"proxy"
],
"author": "Cody Chan <[email protected]> (https://int64ago.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/int64ago/moky/issues"
},
"homepage": "https://github.com/int64ago/moky#readme"
}