{
  "name": "fishx",
  "version": "5.0.10",
  "repository": "Fish Team",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "fishx",
    "webpack"
  ],
  "files": [
    "/bin",
    "/lib",
    "/dist",
    "i18n.js",
    "i18n.d.ts",
    "logger.js",
    "logger.d.ts",
    "rest.js",
    "rest.d.ts",
    "router.js",
    "router.d.ts",
    "utils.js",
    "utils.d.ts",
    "defineConfig.js",
    "plugins.js"
  ],
  "bin": {
    "fishx": "./bin/run.js"
  },
  "dependencies": {
    "@fishx/logger": "1.0.5",
    "@fishx/rest": "3.0.0",
    "@oclif/core": "2.12.0",
    "@oclif/plugin-help": "5.2.17",
    "@oclif/plugin-plugins": "^3.3.1",
    "@fishx/i18n": "5.0.10",
    "@fishx/cli": "5.0.10",
    "@fishx/deps": "5.0.10",
    "@fishx/core": "5.0.10",
    "@fishx/internal-utils": "5.0.10",
    "@fishx/dva": "5.0.10",
    "@fishx/plugins": "5.0.10",
    "@fishx/types": "5.0.10",
    "@fishx/utils": "5.0.10",
    "@fishx/router": "5.0.10"
  },
  "devDependencies": {
    "father": "4.3.1",
    "tslib": "2.6.1"
  },
  "oclif": {
    "bin": "fishx",
    "dirname": "fishx",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ]
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "father build"
  }
}