{
  "name": "@midwayjs/bootstrap",
  "version": "4.2.3",
  "description": "midwayjs bootstrap",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand",
    "cov": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand --coverage --forceExit",
    "link": "npm link"
  },
  "keywords": [
    "midway",
    "IoC",
    "bootstrap"
  ],
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "license": "MIT",
  "dependencies": {
    "@midwayjs/event-bus": "1.11.1"
  },
  "devDependencies": {
    "@midwayjs/core": "^4.2.3",
    "@midwayjs/logger": "^4.0.0",
    "request": "2.88.2",
    "socket.io-client": "4.8.1"
  },
  "author": "Harry Chen <czy88840616@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/midwayjs/midway.git"
  },
  "engines": {
    "node": ">=20"
  },
  "gitHead": "e456a14194d62a806265c665a9f7090794ec6c83"
}
