UNPKG

2.16 kBJSONView Raw
1{
2 "name": "egg-mock",
3 "version": "5.10.9",
4 "eggPlugin": {
5 "name": "egg-mock"
6 },
7 "description": "mock server for egg",
8 "types": "index.d.ts",
9 "main": "index.js",
10 "files": [
11 "app.js",
12 "index.js",
13 "index.d.ts",
14 "bootstrap.js",
15 "bootstrap.d.ts",
16 "app",
17 "lib",
18 "register.js"
19 ],
20 "scripts": {
21 "lint": "eslint lib app index.js test/*.test.js",
22 "tsd": "tsd",
23 "test": "npm run lint && npm run tsd && npm run test-local",
24 "test-local": "egg-bin test -r ./register.js --ts false",
25 "cov": "egg-bin cov -r ./register.js --ts false",
26 "ci": "npm run lint && npm run tsd && npm run cov",
27 "contributors": "git-contributor"
28 },
29 "dependencies": {
30 "@types/supertest": "^2.0.7",
31 "await-event": "^2.1.0",
32 "co": "^4.6.0",
33 "coffee": "^5.2.1",
34 "detect-port": "^1.3.0",
35 "egg-logger": "^2.4.1",
36 "egg-utils": "^2.4.1",
37 "extend2": "^1.0.0",
38 "get-ready": "^2.0.1",
39 "globby": "^11.1.0",
40 "is-type-of": "^1.2.1",
41 "merge-descriptors": "^1.0.1",
42 "methods": "^1.1.2",
43 "mm": "^3.0.2",
44 "sdk-base": "^3.0.1",
45 "supertest": "^6.2.4",
46 "urllib": "^3.10.1"
47 },
48 "peerDependencies": {
49 "egg": "^3.12.0",
50 "mocha": "^10.2.0"
51 },
52 "devDependencies": {
53 "@eggjs/tegg": "^3.2.2",
54 "@eggjs/tegg-config": "^3.2.2",
55 "@eggjs/tegg-controller-plugin": "^3.2.2",
56 "@eggjs/tegg-plugin": "^3.2.2",
57 "@eggjs/tsconfig": "^1.1.0",
58 "@types/mocha": "^10.0.1",
59 "@types/node": "^18.13.0",
60 "egg": "^3.12.0",
61 "egg-bin": "^6.0.0",
62 "egg-errors": "^2.2.1",
63 "egg-tracer": "^2.0.0",
64 "eslint": "^8.24.0",
65 "eslint-config-egg": "^12.0.0",
66 "git-contributor": "^2.0.0",
67 "mocha": "^10.1.0",
68 "pedding": "^1.1.0",
69 "tsd": "^0.24.1",
70 "typescript": "^4.9.4"
71 },
72 "homepage": "https://github.com/eggjs/egg-mock",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/eggjs/egg-mock.git"
76 },
77 "bugs": {
78 "url": "https://github.com/eggjs/egg/issues"
79 },
80 "keywords": [
81 "egg",
82 "mock"
83 ],
84 "engines": {
85 "node": ">= 14.18.0"
86 },
87 "author": "popomore <sakura9515@gmail.com>"
88}