egg-mock
Version:
mock server for egg
89 lines (88 loc) • 2.16 kB
JSON
{
"name": "egg-mock",
"version": "5.10.9",
"eggPlugin": {
"name": "egg-mock"
},
"description": "mock server for egg",
"types": "index.d.ts",
"main": "index.js",
"files": [
"app.js",
"index.js",
"index.d.ts",
"bootstrap.js",
"bootstrap.d.ts",
"app",
"lib",
"register.js"
],
"scripts": {
"lint": "eslint lib app index.js test/*.test.js",
"tsd": "tsd",
"test": "npm run lint && npm run tsd && npm run test-local",
"test-local": "egg-bin test -r ./register.js --ts false",
"cov": "egg-bin cov -r ./register.js --ts false",
"ci": "npm run lint && npm run tsd && npm run cov",
"contributors": "git-contributor"
},
"dependencies": {
"@types/supertest": "^2.0.7",
"await-event": "^2.1.0",
"co": "^4.6.0",
"coffee": "^5.2.1",
"detect-port": "^1.3.0",
"egg-logger": "^2.4.1",
"egg-utils": "^2.4.1",
"extend2": "^1.0.0",
"get-ready": "^2.0.1",
"globby": "^11.1.0",
"is-type-of": "^1.2.1",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mm": "^3.0.2",
"sdk-base": "^3.0.1",
"supertest": "^6.2.4",
"urllib": "^3.10.1"
},
"peerDependencies": {
"egg": "^3.12.0",
"mocha": "^10.2.0"
},
"devDependencies": {
"@eggjs/tegg": "^3.2.2",
"@eggjs/tegg-config": "^3.2.2",
"@eggjs/tegg-controller-plugin": "^3.2.2",
"@eggjs/tegg-plugin": "^3.2.2",
"@eggjs/tsconfig": "^1.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"egg": "^3.12.0",
"egg-bin": "^6.0.0",
"egg-errors": "^2.2.1",
"egg-tracer": "^2.0.0",
"eslint": "^8.24.0",
"eslint-config-egg": "^12.0.0",
"git-contributor": "^2.0.0",
"mocha": "^10.1.0",
"pedding": "^1.1.0",
"tsd": "^0.24.1",
"typescript": "^4.9.4"
},
"homepage": "https://github.com/eggjs/egg-mock",
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-mock.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"keywords": [
"egg",
"mock"
],
"engines": {
"node": ">= 14.18.0"
},
"author": "popomore <sakura9515@gmail.com>"
}