-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "koa-umi-mock",
"version": "1.2.0",
"description": "koa-umi-mock是参照umi-mock写的koa版本mock中间件,在koa项目中快速实现类umi-mock的mock数据请求.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xifanii/koa-umi-mock.git"
},
"keywords": [
"koa",
"umi",
"mock",
"middleware"
],
"author": "xifanii",
"license": "ISC",
"bugs": {
"url": "https://github.com/xifanii/koa-umi-mock/issues"
},
"homepage": "https://github.com/xifanii/koa-umi-mock#readme",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/register": "^7.7.0",
"assert": "^2.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"chokidar": "^3.3.0",
"glob": "^7.1.6",
"koa-bodyparser": "^4.2.1",
"path-to-regexp": "^3.1.0"
}
}