{"library":"egg","install":[{"cmd":"npm install egg","imports":["import { Controller } from 'egg'; // For TypeScript or ESM in Node environments (with transpilation or v4+)\nconst Controller = require('egg').Controller; // CommonJS (v3)","import { Service } from 'egg'; // For TypeScript or ESM in Node environments (with transpilation or v4+)\nconst Service = require('egg').Service; // CommonJS (v3)","import { Application } from 'egg'; // For TypeScript or ESM in Node environments (with transpilation or v4+)\nconst Application = require('egg').Application; // CommonJS (v3) - for programmatic instance\nconst AppBootHook = require('egg').AppBootHook; // CommonJS (v3) - for lifecycle hooks"]},{"cmd":"yarn add egg","imports":[]},{"cmd":"pnpm add egg","imports":[]}]}