-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.25 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": "xe-ajax-mock",
"version": "1.12.0",
"description": "基于 xe-ajax 的 Mock 虚拟服务",
"main": "index.js",
"unpkg": "dist/xe-ajax-mock.umd.min.js",
"jsdelivr": "dist/xe-ajax-mock.umd.min.js",
"typings": "index.d.ts",
"scripts": {
"format": "eslint --fix dist/*.ts",
"test": "jest"
},
"files": [
"src",
"dist",
"*.ts",
"*.d.ts"
],
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.1.0",
"markdown-doctest": "^0.9.1",
"xe-ajax": "^4.0.1"
},
"peerDependencies": {
"xe-ajax": ">=3.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-extends/xe-ajax-mock.git"
},
"keywords": [
"xhr-ajax",
"xe-ajax",
"ajax-mock",
"fetch-mock",
"xe-ajax-mock"
],
"author": {
"name": "Xu Liangzhan",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/x-extends/xe-ajax-mock/issues"
},
"homepage": "https://github.com/x-extends/xe-ajax-mock#readme"
}